| Problem | cpicgame |
|---|---|
| User | yq |
| Submission Time | 2026-06-23 10:47:25 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:8:18: error: ‘Y’ was not declared in this scope
8 | char character= Y || R;
| ^
cpicgame.cpp:8:23: error: ‘R’ was not declared in this scope
8 | char character= Y || R;
| ^
cpicgame.cpp:9:13: error: ‘C’ was not declared in this scope
9 | cin>>Y>>R>>C;
| ^
cpicgame.cpp:10:20: error: expected ‘)’ before ‘}’ token
10 | while(r!= 0, y!=0};{
| ~ ^
| )
cpicgame.cpp:10:20: error: expected primary-expression before ‘}’ token
cpicgame.cpp: At global scope:
cpicgame.cpp:10:22: error: expected unqualified-id before ‘{’ token
10 | while(r!= 0, y!=0};{
| ^
cpicgame.cpp:16:2: error: expected unqualified-id before ‘if’
16 | if(y=0){cout<<"Raphael wins!"
| ^~
cpicgame.cpp:18:3: error: