Problem | findingpavement |
---|---|
User | jeongwonho64 |
Submission Time | 2024-02-11 10:30:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:174:22: error: ‘H’ was not declared in this scope
174 | for(int i = 1; i <= H;i++){
| ^
findingpavement.cpp:175:23: error: ‘W’ was not declared in this scope
175 | for(int j = 1; j <= W;j++){
| ^