| Problem | lboard |
|---|---|
| User | ATHY |
| Submission Time | 2025-03-17 21:55:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
lboard.cpp: In function ‘int main()’:
lboard.cpp:42:24: error: ‘rowsum’ was not declared in this scope
42 | ans = max(ans, rowsum[i][m - 1]);
| ^~~~~~
lboard.cpp:45:24: error: ‘colsum’ was not declared in this scope
45 | ans = max(ans, colsum[n - 1][j]);
| ^~~~~~