Problem ny_unwind
User Ignatius
Submission Time 2025-02-14 16:44:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ny_unwind.cpp: In function ‘int main()’:
ny_unwind.cpp:8:12: error: expected ‘;’ before ‘}’ token
8 | cout<<X + Y
| ^
| ;
9 |
10 | }
| ~