Problem | airline |
---|---|
User | ryangohca |
Submission Time | 2024-11-15 22:03:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
alice.cpp: In function ‘void Alice(int, int, int*, int*)’:
alice.cpp:13:2: error: ‘InitG’ was not declared in this scope
13 | InitG(N, 0);
| ^~~~~
alice.cpp: In function ‘void Bob(int, int, int*, int*)’:
alice.cpp:18:2: error: ‘InitMap’ was not declared in this scope
18 | InitMap(N, edges.size());
| ^~~~~~~
alice.cpp:20:6: error: ‘MakeMap’ was not declared in this scope
20 | MakeMap(a, b);
| ^~~~~~~