Problem findingpavement
User yq
Submission Time 2026-06-24 15:29:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:8:13: error: ‘i’ was not declared in this scope
8 | cin>>vec[i];
| ^
findingpavement.cpp:12:12: error: ‘y’ was not declared in this scope
12 | if(vec[y*W+x]=="pavement"){
| ^
findingpavement.cpp:12:16: error: ‘x’ was not declared in this scope
12 | if(vec[y*W+x]=="pavement"){
| ^