Submission #41030

#TimeUsernameProblemLanguageResultExecution timeMemory
41030meyladyHotter Colder (IOI10_hottercolder)C++14
Compilation error
0 ms0 KiB
int HC(int N){ Guess(1); for (int i = 2; i <= N; i++) { if (Guess(i) == -1)return i - 1; } return N; }

Compilation message (stderr)

hottercolder.cpp: In function 'int HC(int)':
hottercolder.cpp:2:2: error: 'Guess' was not declared in this scope
  Guess(1);
  ^~~~~