| Problem | illuminate |
|---|---|
| User | wahjsodhowasd |
| Submission Time | 2026-02-19 10:55:36 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
illuminate.cpp: In function ‘int main()’:
illuminate.cpp:11:7: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
11 | if(c=="."){
| ^~~
illuminate.cpp:16:7: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
16 | if(c=="#"){
| ^~~