Submission #28298

#TimeUsernameProblemLanguageResultExecution timeMemory
28298점수판에 아이디와 팀명이 같이 표기되니, 신중하게 적어주세요. (#68)Bulb Game (FXCUP2_bulb)C++14
1 / 1
0 ms1128 KiB
#include "bulb.h" int N; void Init(int n) { N = n; } int MakeTurn(int M) { return (N+1-M); }
#Verdict Execution timeMemoryGrader output
Fetching results...