Problem cpicgame
User YunQingOng
Submission Time 2026-06-23 11:06:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:14:26: error: expected ‘;’ before ‘}’ token
14 | cout << "Tie!"
| ^
| ;
15 | }
| ~