0_0_32218047_5732.cpp:1:13: error: 'long long long' is too long for GCC
#define int long long
^
0_0_32218047_5732.cpp:1:18: error: 'long long long' is too long for GCC
#define int long long
^
0_0_32218047_5732.cpp:1:13: error: 'long long long' is too long for GCC
#define int long long
^
0_0_32218047_5732.cpp:1:18: error: 'long long long' is too long for GCC
#define int long long
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/utility:70,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:60,
from 0_0_32218047_5732.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:44:33: error: 'long' and 'short' specified together for 'uint_least16_t'
typedef __UINT_LEAST16_TYPE__ uint_least16_t;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:238:12: error: redefinition of 'struct std::__is_integral_helper<long long int>'
struct __is_integral_helper<long long>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:222:12: error: previous definition of 'struct std::__is_integral_helper<long long int>'
struct __is_integral_helper<int>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:242:12: error: redefinition of 'struct std::__is_integral_helper<long long unsigned int>'
struct __is_integral_helper<unsigned long long>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:226:12: error: previous definition of 'struct std::__is_integral_helper<long long unsigned int>'
struct __is_integral_helper<unsigned int>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1612:12: error: redefinition of 'struct std::__make_unsigned<long long int>'
struct __make_unsigned<long long>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1604:12: error: previous definition of 'struct std::__make_unsigned<long long int>'
struct __make_unsigned<int>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1700:12: error: redefinition of 'struct std::__make_signed<long long unsigned int>'
struct __make_signed<unsigned long long>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1692:12: error: previous definition of 'struct std::__make_signed<long long unsigned int>'
struct __make_signed<unsigned int>
^
0_0_32218047_5732.cpp:1:18: error: 'long' and 'short' specified together for 'type name'
#define int long long
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:61:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
from 0_0_32218047_5732.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/cpp_type_traits.h:241:12: error: redefinition of 'struct std::__is_integer<long long int>'
struct __is_integer<long long>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/cpp_type_traits.h:213:12: error: previous definition of 'struct std::__is_integer<long long int>'
struct __is_integer<int>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/cpp_type_traits.h:248:12: error: redefinition of 'struct std::__is_integer<long long unsigned int>'
struct __is_integer<unsigned long long>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/cpp_type_traits.h:220:12: error: previous definition of 'struct std::__is_integer<long long unsigned int>'
struct __is_integer<unsigned int>
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:62:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61,
from 0_0_32218047_5732.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ext/type_traits.h:93:12: error: redefinition of 'struct __gnu_cxx::__add_unsigned<long long int>'
struct __add_unsigned<long long>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/ext/type_traits.h:85:12: error: previous definition of 'struct __gnu_cxx::__add_unsigned<long long int>'
struct __add_unsigned<int>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/ext/type_traits.h:136:12: error: redefinition of 'struct __gnu_cxx::__remove_unsigned<long long unsigned int>'
struct __remove_unsigned<unsigned long long>
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/ext/type_traits.h:128:12: error: previous definition of 'struct __gnu_cxx::__remove_unsigned<long long unsigned int>'
struct __remove_unsigned<unsigned int>
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:61:0,
from 0_0_32218047_5732.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h: In function 'constexpr long long int std::__lg(long long int)':
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:1022:3: error: redefinition of 'constexpr long long int std::__lg(long long int)'
__lg(long long __n)
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:1006:3: note: 'constexpr long long int std::__lg(long long int)' previously defined here
__lg(int __n)
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:59:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
from 0_0_32218047_5732.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstdlib: In function 'long long int std::abs(long long int)':
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstdlib:174:20: error: 'long long int std::abs(long long int)' conflicts with a previous declaration
abs(long long __x) { return __builtin_llabs (__x); }
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/cstdlib:72:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:59,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
from 0_0_32218047_5732.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/stdlib.h:329:15: note: previous declaration 'long long int abs(long long int)'
int __cdecl abs(int _X);
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:38:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
from 0_0_32218047_5732.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath: In function 'float std::frexp(float, long long int*)':
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:320:39: error: cannot convert 'long long int*' to 'int*' for argument '2' to 'float __builtin_frexpf(float, int*)'
{ return __builtin_frexpf(__x, __exp); }
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath: In function 'long double std::frexp(long double, long long int*)':
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:324:39: error: cannot convert 'long long int*' to 'int*' for argument '2' to 'long double __builtin_frexpl(long double, int*)'
{ return __builtin_frexpl(__x, __exp); }
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath: In function 'float std::remquo(float, float, long long int*)':
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1581:46: error: cannot convert 'long long int*' to 'int*' for argument '3' to 'float __builtin_remquof(float, float, int*)'
{ return __builtin_remquof(__x, __y, __pquo); }
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath: In function 'long double std::remquo(long double, long double, long long int*)':
GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:1585:46: error: cannot convert 'long long int*' to 'int*' for argument '3' to 'long double __builtin_remquol(long double, long double, int*)'
{ return __builtin_remquol(__x, __y, __pquo); }
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:380:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:40,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
from 0_0_32218047_5732.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstdint: At global scope:
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstdint:77:11: error: 'uint_least16_t' is already declared in this scope
using ::uint_least16_t;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstdint:78:11: error: 'uint_least32_t' is already declared in this scope
using ::uint_least32_t;
^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_string.h: In static member function 'static long long int std::basic_string<_CharT, _Tr
|