Problem illuminate
User benji9736
Submission Time 2026-01-01 14:07:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

illuminate.cpp: In function ‘int main()’:
illuminate.cpp:15:25: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
15 | if (grid[i][j] == "#"){
| ^~~
illuminate.cpp:49:25: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
49 | if (grid[i][j] == "."){
| ^~~