Problem funnyballs
User Nikelodean
Submission Time 2025-12-01 16:38:16
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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