Problem findingpavement
User Citric3thanol
Submission Time 2026-06-24 15:51:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

findingpavement.cpp: In function ‘int main()’:
findingpavement.cpp:11:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
11 | if (a[i][j] == "pavement"){
| ^~~~~~~~~~