Problem ny_unwind
User Migogoh10
Submission Time 2026-02-13 22:07:59
Score 0
Max Time N/A
Max Memory N/A

Compile Error

ny_unwind.cpp: In function ‘int main()’:
ny_unwind.cpp:6:5: error: expected ‘;’ before ‘a’
6 | cin a >> b;
| ^~
| ;
ny_unwind.cpp:7:6: error: expected ‘;’ before ‘b’
7 | cout b + a;
| ^~
| ;