| Problem | cpicgame |
|---|---|
| User | Jiajing |
| Submission Time | 2026-06-23 11:05:12 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:11:23: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
11 | if(R == 1 && C == "Y"){
| ^~~
cpicgame.cpp:14:22: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
14 | else if(Y==1&&C=="R"){
| ^~~