Problem ny_unwind
User vadar2525
Submission Time 2025-02-14 16:33:22
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ny_unwind.cpp: In function ‘int main()’:
ny_unwind.cpp:6:6: error: expected unqualified-id before ‘=’ token
6 | int = x, y ;
| ^
ny_unwind.cpp:7:10: error: ‘x’ was not declared in this scope
7 | cin >> x >> y ;
| ^
ny_unwind.cpp:7:15: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
7 | cin >> x >> y ;
| ^
| yn