0_0_35981167_21572.cpp:3:2: error: invalid preprocessing directive #inclued
#inclued <stdio.h>
^
0_0_35981167_21572.cpp:6:1: error: specializing member 'std::basic_ios<char>::sync_with_stdio' requires 'template<>' syntax
ios::sync_with_stdio(false);
^
0_0_35981167_21572.cpp:7:1: error: 'cin' does not name a type
cin.tie(0);
^
|