Problem seagame
User user123
Submission Time 2023-11-10 13:46:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

seagame.cpp: In function ‘int main()’:
seagame.cpp:120:22: error: expected ‘,’ or ‘;’ before ‘y’
120 | int x=read() y=read(); x--; y--;
| ^
seagame.cpp:120:37: error: ‘y’ was not declared in this scope
120 | int x=read() y=read(); x--; y--;
| ^