Problem eescapism
User loafie
Submission Time 2025-05-17 20:05:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

eescapism.cpp:5:1: error: specializing member ‘std::basic_ios<char>::sync_with_stdio’ requires ‘template<>’ syntax
5 | ios::sync_with_stdio(false);
| ^~~
eescapism.cpp:6:1: error: ‘cin’ does not name a type
6 | cin.tie(nullptr);
| ^~~