Problem 3nplus1II
User AustinPi
Submission Time 2024-04-13 15:53:33
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1II.cpp: In function ‘int main()’:
3nplus1II.cpp:7:14: error: expected ‘;’ before ‘cin’
7 | rcho = false
| ^
| ;
8 | cin >> x >> y;
| ~~~