Problem kfc
User kesleryak
Submission Time 2024-08-07 11:52:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

kfc.cpp:8:1: error: specializing member ‘std::basic_ios<char>::sync_with_stdio’ requires ‘template<>’ syntax
8 | ios::sync_with_stdio(0);
| ^~~
kfc.cpp:9:1: error: ‘cin’ does not name a type; did you mean ‘sin’?
9 | cin.tie(0);
| ^~~
| sin