0_0_29446907_8933.cpp:1:1: error: expected unqualified-id before '>' token
>
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:43:0,
from 0_0_29446907_8933.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ext/type_traits.h:160:35: error: '__gnu_cxx::__is_null_pointer' declared as an 'inline' variable
__is_null_pointer(std::nullptr_t)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/ext/type_traits.h:160:35: error: 'bool __gnu_cxx::__is_null_pointer' redeclared as different kind of symbol
GCC4.9.2/x86_64-w64-mingw32/include/c++/ext/type_traits.h:155:5: note: previous declaration 'template<class _Type> bool __gnu_cxx::__is_null_pointer(_Type)'
__is_null_pointer(_Type)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/ext/type_traits.h:160:21: error: 'nullptr_t' is not a member of 'std'
__is_null_pointer(std::nullptr_t)
^
0_0_29446907_8933.cpp: In function 'int main()':
0_0_29446907_8933.cpp:15:2: error: 'cin' was not declared in this scope
cin>>N;
^
0_0_29446907_8933.cpp:22:4: error: 'cout' was not declared in this scope
cout<<"Yes"<<endl;
^
0_0_29446907_8933.cpp:22:17: error: 'endl' was not declared in this scope
cout<<"Yes"<<endl;
^
0_0_29446907_8933.cpp:24:4: error: 'cout' was not declared in this scope
cout<<"No"<<endl;
^
0_0_29446907_8933.cpp:24:16: error: 'endl' was not declared in this scope
cout<<"No"<<endl;
^
0_0_29446907_8933.cpp: In function 'int solve_problem(int)':
0_0_29446907_8933.cpp:37:29: error: 'memset' was not declared in this scope
memset(dis,minf,sizeof(dis));
^
0_0_29446907_8933.cpp:41:27: error: 'min' was not declared in this scope
minf=min(dis[i][j],minf);
^
|