Problem | airline |
---|---|
User | bribritt |
Submission Time | 2025-06-23 06:20:48 |
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:49:2: error: ‘InitG’ was not declared in this scope
49 | InitG(N+12, edge.size());
| ^~~~~
alice.cpp:51:3: error: ‘MakeG’ was not declared in this scope
51 | MakeG(++i, a, b);
| ^~~~~
bob.cpp: In function ‘void Bob(int, int, int*, int*)’:
bob.cpp:76:4: error: ‘InitMap’ was not declared in this scope
76 | InitMap(N - 1 + fnd,edge.size());
| ^~~~~~~
bob.cpp:78:5: error: ‘MakeMap’ was not declared in this scope
78 | MakeMap(j, k);
| ^~~~~~~