제출 #28274

#제출 시각아이디문제언어결과실행 시간메모리
28274not good but never sad (#68)Bulb Game (FXCUP2_bulb)C++98
0 / 1
0 ms1128 KiB
#include "bulb.h" void Init(int N){ } int MakeTurn(int M) { if (M % 2) return M+1; else M-1; }

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

bulb.cpp: In function 'int MakeTurn(int)':
bulb.cpp:7:8: warning: statement has no effect [-Wunused-value]
  else M-1;
        ^
bulb.cpp:8:1: warning: control reaches end of non-void function [-Wreturn-type]
 }
 ^
#Verdict Execution timeMemoryGrader output
Fetching results...