Submission #1785

# Submission time Handle Problem Language Result Execution time Memory
1785 2013-07-15T13:58:54 Z tncks0121 Wombats (IOI13_wombats) C++
Compilation error
0 ms 0 KB
#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

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