Submission #28503

#TimeUsernameProblemLanguageResultExecution timeMemory
28503맞왜틀 맞왜틀 신나는노래~ 헤이! 나도한번 불러보자 (#68)Bulb Game (FXCUP2_bulb)C++98
1 / 1
0 ms1128 KiB
#include "bulb.h"

void Init(int N) {

}

int MakeTurn(int M) {
	if (M % 2 == 0) {
		return M - 1;
	}
	else {
		return M + 1;
	}
}
#Verdict Execution timeMemoryGrader output
Fetching results...