Problem rushing
User Xiaoyang
Submission Time 2023-12-29 14:10:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

rushing.cpp:103:2: error: ‘cout’ does not name a type
103 | cout<<ans<<endl;
| ^~~~
rushing.cpp:104:2: error: expected unqualified-id before ‘return’
104 | return 0;
| ^~~~~~
rushing.cpp:105:1: error: expected declaration before ‘}’ token
105 | }
| ^