# | 제출 시각 | 아이디 | 문제 | 언어 | 결과 | 실행 시간 | 메모리 |
---|---|---|---|---|---|---|---|
1104664 | spycoderyt | 게임 (IOI14_game) | C11 | 컴파일 에러 | 0 ms | 0 KiB |
이 제출은 이전 버전의 oj.uz에서 채점하였습니다. 현재는 제출 당시와는 다른 서버에서 채점을 하기 때문에, 다시 제출하면 결과가 달라질 수도 있습니다.
d[1500]; initialize(int n) {};hasEdge(int u, int v) {return u>v?++freq[u]==u:++freq[v]==v;}
컴파일 시 표준 에러 (stderr) 메시지
game.c:1:1: warning: data definition has no type or storage class 1 | d[1500]; initialize(int n) {};hasEdge(int u, int v) {return u>v?++freq[u]==u:++freq[v]==v;} | ^ game.c:1:1: warning: type defaults to 'int' in declaration of 'd' [-Wimplicit-int] game.c:1:10: warning: return type defaults to 'int' [-Wimplicit-int] 1 | d[1500]; initialize(int n) {};hasEdge(int u, int v) {return u>v?++freq[u]==u:++freq[v]==v;} | ^~~~~~~~~~ game.c:1:31: warning: return type defaults to 'int' [-Wimplicit-int] 1 | d[1500]; initialize(int n) {};hasEdge(int u, int v) {return u>v?++freq[u]==u:++freq[v]==v;} | ^~~~~~~ game.c: In function 'hasEdge': game.c:1:67: error: 'freq' undeclared (first use in this function) 1 | d[1500]; initialize(int n) {};hasEdge(int u, int v) {return u>v?++freq[u]==u:++freq[v]==v;} | ^~~~ game.c:1:67: note: each undeclared identifier is reported only once for each function it appears in game.c: In function 'initialize': game.c:1:29: warning: control reaches end of non-void function [-Wreturn-type] 1 | d[1500]; initialize(int n) {};hasEdge(int u, int v) {return u>v?++freq[u]==u:++freq[v]==v;} | ^ game.c: In function 'hasEdge': game.c:1:91: warning: control reaches end of non-void function [-Wreturn-type] 1 | d[1500]; initialize(int n) {};hasEdge(int u, int v) {return u>v?++freq[u]==u:++freq[v]==v;} | ^