제출 #55478

#제출 시각아이디문제언어결과실행 시간메모리
55478alenam0161저울 (IOI15_scales)C++17
0 / 100
4 ms628 KiB
#include "scales.h" using namespace std; void init(int T) { } void orderCoins() { int W[6]; for(int i=0;i<6;++i){ W[i]=i; } answer(W); }

컴파일 시 표준 에러 (stderr) 메시지

In file included from grader.c:2:0:
graderlib.c: In function 'void answer(int*)':
graderlib.c:53:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
     if (_ghksjhdfkae19ga_ > 1) 
     ^~
graderlib.c:56:2: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
  for (i = 0; i < 6; i++) {
  ^~~
scales.cpp: In function 'void init(int)':
scales.cpp:5:15: warning: unused parameter 'T' [-Wunused-parameter]
 void init(int T) {
               ^
#Verdict Execution timeMemoryGrader output
Fetching results...