Problem plagia
User Pan
Submission Time 2023-12-08 10:50:10
Score 0
Max Time N/A
Max Memory N/A

Compile Error

plagia.cpp:6:2: error: ‘cin’ does not name a type; did you mean ‘sin’?
6 | cin.tie(nullptr);
| ^~~
| sin
plagia.cpp:7:2: error: ‘cout’ does not name a type
7 | cout.tie(nullptr);
| ^~~~
plagia.cpp:8:26: error: expected identifier before ‘false’
8 | ios::sync_with_stdio(false);
| ^~~~~
plagia.cpp:8:26: error: expected ‘,’ or ‘...’ before ‘false’
plagia.cpp:8:31: error: ISO C++ forbids declaration of ‘sync_with_stdio’ with no type [-fpermissive]
8 | ios::sync_with_stdio(false);
| ^
plagia.cpp:8:31: error: cannot declare member function ‘std::basic_ios<char>::sync_with_stdio’ within ‘node’