Problem differencearray
User zakurosoda
Submission Time 2026-01-19 16:52:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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