| Problem | cpicgame |
|---|---|
| User | chickengoat |
| Submission Time | 2026-07-06 10:21:50 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:8:17: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
8 | if(a==1 and c=="R") {
| ^~~
cpicgame.cpp:11:23: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
11 | else if (b==1 and c=="Y") {
| ^~~