제출 #992729

#제출 시각아이디문제언어결과실행 시간메모리
992729Muaath_5게임 (IOI14_game)C++17
컴파일 에러
0 ms0 KiB
int mp[' ']; void initialize(int n){} int hasEdge(int u, int v) { if (u > v) swap(u, v); return ++mp[v] = v; }

컴파일 시 표준 에러 (stderr) 메시지

game.cpp:1:8: warning: multi-character character constant [-Wmultichar]
    1 | int mp['   '];
      |        ^~~~~
game.cpp: In function 'int hasEdge(int, int)':
game.cpp:5:14: error: 'swap' was not declared in this scope
    5 |   if (u > v) swap(u, v);
      |              ^~~~