Problem | airline |
---|---|
User | PlayVoltz |
Submission Time | 2025-07-24 22:06:01 |
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:12:3: error: ‘InitG’ was not declared in this scope
12 | InitG(n, m);
| ^~~~~
alice.cpp:13:9: error: ‘MakeG’ was not declared in this scope
13 | if (m)MakeG(0, 0, 1);
| ^~~~~
alice.cpp:22:2: error: ‘InitG’ was not declared in this scope
22 | InitG(n+12, res.size());
| ^~~~~
alice.cpp:23:34: error: ‘MakeG’ was not declared in this scope
23 | for (int i=0; i<res.size(); ++i)MakeG(i, res[i].fi, res[i].se);
| ^~~~~
bob.cpp: In function ‘void Bob(int, int, int*, int*)’:
bob.cpp:12:3: error: ‘InitMap’ was not declared in this scope
12 | InitMap(1, 0);
| ^~~~~~~
bob.cpp:16:3: error: ‘InitMap’ was not declared in this scope
16 | InitMap(n, m);
| ^~~~~~~
bob.cpp:17:12: error: ‘MakeMap’ was not declared in this scope
17 | if (m==1)MakeMap(1, 0);