Problem | findingpavement |
---|---|
User | Red123 |
Submission Time | 2025-03-13 22:30:46 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:9:20: error: ‘n’ was not declared in this scope
9 | for(int i = 0;i < n;i++){
| ^
findingpavement.cpp:10:22: error: ‘m’ was not declared in this scope
10 | for(int j = 0;j < m;j++){
| ^