Submission #1785

#TimeUsernameProblemLanguageResultExecution timeMemory
1785tncks0121Wombats (IOI13_wombats)C++98
Compilation error
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; }

Compilation message (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