| Problem | collectmushrooms6 |
|---|---|
| User | benji9736 |
| Submission Time | 2025-12-31 17:26:14 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
collectmushrooms6.cpp: In function ‘int main()’:
collectmushrooms6.cpp:26:24: error: ‘j’ was not declared in this scope
26 | prefsum[i][j] += prefsum[i][j - 1];
| ^
collectmushrooms6.cpp:31:21: error: ‘j’ was not declared in this scope
31 | prefsum[j][i] += prefsum[j][i - 1];
| ^
collectmushrooms6.cpp:43:1: error: expected ‘}’ at end of input
43 | }
| ^
collectmushrooms6.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^