Problem cpicgame
User Ronaldo7
Submission Time 2026-06-23 10:44:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

cpicgame.cpp: In function ‘int main()’:
cpicgame.cpp:14:10: error: expected ‘(’ before ‘{’ token
14 | }else if{x == 10 && y == 2 && r =="Y"){
| ^
| (
cpicgame.cpp:27:1: error: expected ‘}’ at end of input
27 | }
| ^
cpicgame.cpp:5:14: note: to match this ‘{’
5 | signed main(){
| ^