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

Compile Error

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