Problem cpicgame
User mengqi6767
Submission Time 2026-06-23 10:56:57
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:25:1: error: expected ‘}’ at end of input
25 | }
| ^
cpicgame.cpp:8:24: note: to match this ‘{’
8 | if (cin >> Y>>R>>C){
| ^
cpicgame.cpp:25:1: error: expected ‘}’ at end of input
25 | }
| ^
cpicgame.cpp:4:15: note: to match this ‘{’
4 | signed main() {
| ^