0_0_15759409_18865.cpp:5:1: error: 'usingnamespacestd' does not name a type
usingnamespacestd;
^
0_0_15759409_18865.cpp: In function 'int intmain()':
0_0_15759409_18865.cpp:15:13: error: 'cin' was not declared in this scope
cin>>a[i];
^
0_0_15759409_18865.cpp:15:13: note: suggested alternative:
In file included from 0_0_15759409_18865.cpp:3:0:
GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:60:18: note: 'std::cin'
extern istream cin; /// Linked to standard input
^
0_0_15759409_18865.cpp:18:13: error: 'cin' was not declared in this scope
cin>>b[i];
^
0_0_15759409_18865.cpp:18:13: note: suggested alternative:
In file included from 0_0_15759409_18865.cpp:3:0:
GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:60:18: note: 'std::cin'
extern istream cin; /// Linked to standard input
^
0_0_15759409_18865.cpp:28:27: error: 'elseprintf' was not declared in this scope
elseprintf("YES\n");
^
0_0_15759409_18865.cpp:30:5: error: 'return0' was not declared in this scope
return0;
^
|