Problem | findingpavement |
---|---|
User | burningout |
Submission Time | 2025-01-26 22:56:03 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:15:18: error: could not convert ‘arr[i][j].std::__cxx11::basic_string<char>::operator=(((const char*)"pavement"))’ from ‘std::__cxx11::basic_string<char>’ to ‘bool’
15 | if (arr[i][j] = "pavement")
| ~~~~~~~~~~^~~~~~~~~~~~
| |
| std::__cxx11::basic_string<char>