Problem candymountain_ex
User helloworld
Submission Time 2024-04-03 09:42:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

candymountain_ex.cpp:3:26: error: expected constructor, destructor, or type conversion before ‘(’ token
3 | ios_base::sync_with_stdio(false);
| ^
candymountain_ex.cpp:4:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
4 | cin.tie(0);
| ^~~
| sin