Problem lightningrod
User ATHY
Submission Time 2025-03-20 11:56:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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