| Problem | findingpavement |
|---|---|
| User | Citric3thanol |
| Submission Time | 2026-06-24 15:57:58 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:10:17: error: invalid types ‘__gnu_cxx::__alloc_traits<std::allocator<char>, char>::value_type {aka char}[long long int]’ for array subscript
10 | cin >> S[i][j];
| ^
findingpavement.cpp:11:14: error: invalid types ‘__gnu_cxx::__alloc_traits<std::allocator<char>, char>::value_type {aka char}[long long int]’ for array subscript
11 | if (S[i][j] == "pavement"){
| ^