0_0_17202778_8256.cpp:37:2: error: stray '#' in program
}#include <cstdio>
^
0_0_17202778_8256.cpp:37:3: error: 'include' does not name a type
}#include <cstdio>
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:60:0,
from 0_0_17202778_8256.cpp:41:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h:147:18: error: '__aligned_buffer' in namespace '__gnu_cxx' does not name a template type
__gnu_cxx::__aligned_buffer<_Val> _M_storage;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h: In member function '_Val* std::_Rb_tree_node<_Val>::_M_valptr()':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h:151:16: error: '_M_storage' was not declared in this scope
{ return _M_storage._M_ptr(); }
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h: In member function 'const _Val* std::_Rb_tree_node<_Val>::_M_valptr() const':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_tree.h:155:16: error: '_M_storage' was not declared in this scope
{ return _M_storage._M_ptr(); }
^
0_0_17202778_8256.cpp: In function 'int main()':
0_0_17202778_8256.cpp:76:5: error: redefinition of 'int main()'
int main() {
^
0_0_17202778_8256.cpp:11:5: note: 'int main()' previously defined here
int main() {
^
|