| Problem | findingpavement |
|---|---|
| User | yuenyih |
| Submission Time | 2024-08-11 22:54:30 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:19:32: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
19 | if (cells[i][j] == "pavement") {
| ^~~~~~~~~~