Problem findingpavement
User drylss
Submission Time 2024-06-18 13:48:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:9:17: error: ‘h’ was not declared in this scope
9 | for(int i=0; i<h; i++){
| ^
findingpavement.cpp:10:18: error: ‘w’ was not declared in this scope
10 | for(int j=0; j<w; j++){
| ^
findingpavement.cpp:15:16: error: ‘h’ was not declared in this scope
15 | for(int i=0;i<h;++i){
| ^
findingpavement.cpp:16:17: error: ‘w’ was not declared in this scope
16 | for(int j=0;j<w;++j){
| ^