Problem shamelessad4
User ansel
Submission Time 2024-12-11 10:48:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

shamelessad4.cpp:7:28: error: expected identifier before numeric constant
7 | ios_base::sync_with_stdio(0);
| ^
shamelessad4.cpp:7:28: error: expected ‘,’ or ‘...’ before numeric constant
shamelessad4.cpp:7:29: error: ISO C++ forbids declaration of ‘sync_with_stdio’ with no type [-fpermissive]
7 | ios_base::sync_with_stdio(0);
| ^
shamelessad4.cpp:7:29: error: cannot declare member function ‘std::ios_base::sync_with_stdio’ within ‘node’
shamelessad4.cpp:8:2: error: ‘cin’ does not name a type; did you mean ‘sin’?
8 | cin.tie(0);
| ^~~
| sin