Problem 3nplus1
User Runjia
Submission Time 2025-02-08 13:09:44
Score 0
Max Time N/A
Max Memory N/A

Compile Error

3nplus1.cpp: In function ‘int32_t main()’:
3nplus1.cpp:22:16: error: expected ‘;’ before ‘}’ token
22 | cout<<ans[i]
| ^
| ;
23 | }
| ~