| Problem | cpicgame |
|---|---|
| User | eipi10 |
| Submission Time | 2026-06-30 05:59:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:20:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
20 | else if (C == "R" && R/2 !=0) {
| ^~~
cpicgame.cpp:24:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
24 | else if (C == "R" && R/2 == 0) {
| ^~~