Problem | seagame |
---|---|
User | Potato3218 |
Submission Time | 2023-11-05 00:08:21 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
seagame.cpp: In function ‘void dfs(int, int, int)’:
seagame.cpp:26:11: error: ‘A’ was not declared in this scope
26 | S.insert(A[i]); eval();
| ^
seagame.cpp:28:14: error: ‘g’ was not declared in this scope
28 | for(int x : g[i]) if(x != p) {
| ^