| Problem | chessislands |
|---|---|
| User | shenshiqi |
| Submission Time | 2026-01-16 14:48:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
chessislands.cpp: In function ‘int main()’:
chessislands.cpp:45:13: error: ‘globalSum’ was not declared in this scope; did you mean ‘globalSum0’?
45 | globalSum += min(sum0, sum1);
| ^~~~~~~~~
| globalSum0