0_0_25846797_4343.cpp:31:1: error: specializing member 'std::basic_ios<char>::sync_with_stdio' requires 'template<>' syntax
ios::sync_with_stdio(false); cin.tie(0); cout.tie(0);
^
0_0_25846797_4343.cpp:31:30: error: 'cin' does not name a type
ios::sync_with_stdio(false); cin.tie(0); cout.tie(0);
^
0_0_25846797_4343.cpp:31:42: error: 'cout' does not name a type
ios::sync_with_stdio(false); cin.tie(0); cout.tie(0);
^
|