Problem findingpavement
User Red123
Submission Time 2025-03-13 22:30:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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++){
| ^
findingpavement.cpp:15:30: error: expected ‘;’ before ‘j’
15 | for (int j = 0; j < b j++) {
| ^~
| ;