| Problem | cpicgame |
|---|---|
| User | Shann0n |
| Submission Time | 2026-06-23 11:17:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
cpicgame.cpp:3:10: error: #include expects "FILENAME" or <FILENAME>
3 | #include int long long
| ^~~
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:12:34: error: expected ‘;’ before ‘}’ token
12 | cout << "Yu Heng wins!\n"
| ^
| ;
13 | }else if (C == R && == 1){
| ~
cpicgame.cpp:13:25: error: expected primary-expression before ‘==’ token
13 | }else if (C == R && == 1){
| ^~
cpicgame.cpp:14:34: error: expected ‘;’ before ‘}’ token
14 | cout << "Raphael wins!\n"
| ^
| ;
15 | }else{
| ~
cpicgame.cpp:16:22: error: expected ‘;’ before ‘}’ token
16 | cout << "Tie"