In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_ios.h:37:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:44,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
from 0_0_36256527_21315.cpp:6:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/locale_facets.h:2025:7: error: 'std::num_get<_CharT, _InIter>::iter_type std::num_get<_CharT, _InIter>::get(std::num_get<_CharT, _InIter>::iter_type, std::num_get<_CharT, _InIter>::iter_type, std::ios_base&, std::ios_base::iostate&, long long unsigned int&) const' cannot be overloaded
get(iter_type __in, iter_type __end, ios_base& __io,
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/locale_facets.h:2009:7: error: with 'std::num_get<_CharT, _InIter>::iter_type std::num_get<_CharT, _InIter>::get(std::num_get<_CharT, _InIter>::iter_type, std::num_get<_CharT, _InIter>::iter_type, std::ios_base&, std::ios_base::iostate&, long long unsigned int&) const'
get(iter_type __in, iter_type __end, ios_base& __io,
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/locale_facets.h:2202:7: error: 'virtual std::num_get<_CharT, _InIter>::iter_type std::num_get<_CharT, _InIter>::do_get(std::num_get<_CharT, _InIter>::iter_type, std::num_get<_CharT, _InIter>::iter_type, std::ios_base&, std::ios_base::iostate&, long long unsigned int&) const' cannot be overloaded
do_get(iter_type __beg, iter_type __end, ios_base& __io,
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/locale_facets.h:2186:7: error: with 'virtual std::num_get<_CharT, _InIter>::iter_type std::num_get<_CharT, _InIter>::do_get(std::num_get<_CharT, _InIter>::iter_type, std::num_get<_CharT, _InIter>::iter_type, std::ios_base&, std::ios_base::iostate&, long long unsigned int&) const'
do_get(iter_type __beg, iter_type __end, ios_base& __io,
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39:0,
from 0_0_36256527_21315.cpp:6:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:201:7: error: 'std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long int)' cannot be overloaded
operator<<(long long __n)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:189:7: error: with 'std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long int)'
operator<<(int __n);
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:205:7: error: 'std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int)' cannot be overloaded
operator<<(unsigned long long __n)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:192:7: error: with 'std::basic_ostream<_CharT, _Traits>::__ostream_type& std::basic_ostream<_CharT, _Traits>::operator<<(long long unsigned int)'
operator<<(unsigned int __n)
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:40:0,
from 0_0_36256527_21315.cpp:6:
GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:195:7: error: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long long int&)' cannot be overloaded
operator>>(long long& __n)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:179:7: error: with 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long long int&)'
operator>>(int& __n);
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:199:7: error: 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long long unsigned int&)' cannot be overloaded
operator>>(unsigned long long& __n)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:182:7: error: with 'std::basic_istream<_CharT, _Traits>::__istream_type& std::basic_istream<_CharT, _Traits>::operator>>(long long unsigned int&)'
operator>>(unsigned int& __n)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/istream.tcc: In member function 'std::basic_istream<_CharT, _Traits>& std::basic_istream<_CharT, _Traits>::operator>>(long long int&)':
0_0_36256527_21315.cpp:5:13: error: expected primary-expression before 'long'
#define int long long
^
0_0_36256527_21315.cpp:5:13: error: expected ';' before 'long'
0_0_36256527_21315.cpp: At global scope:
0_0_36256527_21315.cpp:21:10: error: '::main' must return 'int'
int main()
^
|