0_0_39693792_19851.cpp: In function 'int main()':
0_0_39693792_19851.cpp:5:29: error: expected ')' before ';' token
5 | while (cin >> x >> y;) {
| ~ ^
| )
0_0_39693792_19851.cpp:5:30: error: expected primary-expression before ')' token
5 | while (cin >> x >> y;) {
| ^
|