| Problem | findingpavement |
|---|---|
| User | yq |
| Submission Time | 2026-06-24 23:19:18 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:9:12: error: ‘y’ was not declared in this scope
9 | if(vec[y*W+x]=="pavement"){
| ^
findingpavement.cpp:9:16: error: ‘x’ was not declared in this scope
9 | if(vec[y*W+x]=="pavement"){
| ^