Problem ny_unwind
User FullName
Submission Time 2026-07-31 14:47:18
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ny_unwind.cpp: In function ‘int main()’:
ny_unwind.cpp:8:18: error: expected ‘;’ before ‘}’ token
8 | cout << a + b
| ^
| ;
9 | }
| ~