Submission #237371

#TimeUsernameProblemLanguageResultExecution timeMemory
237371GioChkhaidze게임 (IOI14_game)C++14
Compilation error
0 ms0 KiB
#inclue <bits/stdc++.h> #include "game.h" using namespace std; int c[1555]; void initialize(int n) { } int hasEdge(int u, int v) { return ++c[u > v ? u : v] == (u > v ? u : v); }

Compilation message (stderr)

game.cpp:1:2: error: invalid preprocessing directive #inclue; did you mean #include?
 #inclue <bits/stdc++.h>
  ^~~~~~
  include