| Problem | cpicgame |
|---|---|
| User | austenj |
| Submission Time | 2026-06-23 10:09:24 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:9:19: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
9 | if (y = 1 && c == "R") cout<<"Raphael wins!";
| ^~~
cpicgame.cpp:10:24: error: ISO C++ forbids comparison between pointer and integer [-fpermissive]
10 | else if (r = 1 && c == "Y") cout<<"Yu Heng wins!";
| ^~~