0_0_23271568_6035.cpp:19:14: error: 'in' was not declared in this scope
typedef pair<in
^
0_0_23271568_6035.cpp:19:14: error: wrong number of template arguments (1, should be 2)
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
from 0_0_23271568_6035.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:96:12: error: provided for 'template<class _T1, class _T2> struct std::pair'
struct pair
^
0_0_23271568_6035.cpp:19:9: error: expected unqualified-id at end of input
typedef pair<in
^
|