Problem ny_unwind
User lilfeng
Submission Time 2024-12-28 14:30:40
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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