Problem | findingpavement |
---|---|
User | Rainny |
Submission Time | 2024-06-18 13:48:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:14:3: error: ‘in’ was not declared in this scope; did you mean ‘i’?
14 | in(arr[i][j] == "pavement"){
| ^~
| i
findingpavement.cpp:19:1: error: expected ‘}’ at end of input
19 | }
| ^
findingpavement.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^