Problem field
User snorky
Submission Time 2024-09-22 18:02:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

field.cpp: In function ‘int main()’:
field.cpp:119:21: error: expected ‘;’ before ‘cin’
119 | cin >> x
| ^
| ;
120 | cin>>y;
| ~~~