제출 #1785

#제출 시각아이디문제언어결과실행 시간메모리
1785tncks0121웜뱃 (IOI13_wombats)C++98
컴파일 에러
0 ms0 KiB
#include "wombats.h" void init(int R, int C, int H[5000][200], int V[5000][200]) { /* ... */ } void changeH(int P, int Q, int W) { /* ... */ } void changeV(int P, int Q, int W) { /* ... */ } int escape(int V1, int V2) { return 42; }

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

grader.c:3:21: error: wombats.h: No such file or directory
grader.c: In function 'int main()':
grader.c:29: error: 'init' was not declared in this scope
grader.c:36: error: 'changeH' was not declared in this scope
grader.c:39: error: 'changeV' was not declared in this scope
grader.c:42: error: 'escape' was not declared in this scope
wombats.cpp:1:21: error: wombats.h: No such file or directory