Problem | ny_unwind |
---|---|
User | vadar2525 |
Submission Time | 2025-02-14 16:32:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
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:8:11: error: ‘x’ was not declared in this scope
8 | cout << x + y ;
| ^
ny_unwind.cpp:8:15: error: ‘y’ was not declared in this scope; did you mean ‘yn’?
8 | cout << x + y ;
| ^
| yn