Problem | area |
---|---|
User | Batigol |
Submission Time | 2024-04-01 09:24:04 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
area.cpp: In function ‘int main()’:
area.cpp:18:18: error: ‘i’ was not declared in this scope
18 | res+=arr[i][j];
| ^
area.cpp:18:21: error: ‘j’ was not declared in this scope
18 | res+=arr[i][j];
| ^