Submission #569388

#TimeUsernameProblemLanguageResultExecution timeMemory
569388Aurora2005Cluedo (IOI10_cluedo)C++14
100 / 100
15 ms256 KiB
#include<bits/stdc++.h> #include"grader.h"; using namespace std; void Solve(){ int a=1,b=1,c=1; for(;;){ int t = Theory(a,b,c); if(t == 0) break; else if(t == 1) a++; else if(t == 2) b++; else c++; } return; }

Compilation message (stderr)

cluedo.cpp:2:19: warning: extra tokens at end of #include directive
    2 | #include"grader.h";
      |                   ^
#Verdict Execution timeMemoryGrader output
Fetching results...
#Verdict Execution timeMemoryGrader output
Fetching results...