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

Compile Error

cpicgame.cpp:1:24: error: missing terminating > character
1 | #include <bits/stdc++.h
| ^
cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:7:17: error: expected ‘;’ before ‘return’
7 | cout<<"Tie!"
| ^
| ;
......
11 | return 0;
| ~~~~~~