| Problem | cpicgame |
|---|---|
| User | YYCMMR5382 |
| Submission Time | 2026-06-23 11:30:16 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:13:12: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
13 | if ( C == "Y" and Y >=R)
| ^~~
cpicgame.cpp:15:12: error: ‘c’ was not declared in this scope
15 | else if ( c == "Y" and Y <= R)
| ^
cpicgame.cpp:17:16: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
17 | else if (C == "R" and R >= R)
| ^~~
cpicgame.cpp:19:17: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
19 | else if (C == "R" and R <= Y)
| ^~~