F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:41:0,
                 from 0_0_36675077_3902.cpp:75:
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++/random:42: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 GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:64,
                 from 0_0_36675077_3902.cpp:75:
GCC4.9.2/x86_64-w64-mingw32/include/c++/limits: At global scope:
GCC4.9.2/x86_64-w64-mingw32/include/c++/limits:1261:12: error: redefinition of 'struct std::numeric_limits<long long int>'
     struct numeric_limits<long long>
            ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/limits:982:12: error: previous definition of 'struct std::numeric_limits<long long int>'
     struct numeric_limits<int>
            ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/limits:1331:12: error: redefinition of 'struct std::numeric_limits<long long unsigned int>'
     struct numeric_limits<unsigned long long>
            ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/limits:1049:12: error: previous definition of 'struct std::numeric_limits<long long unsigned int>'
     struct numeric_limits<unsigned int>
            ^
0_0_36675077_3902.cpp:3:13: error: expected primary-expression before 'long'
 #define int long long
             ^
0_0_36675077_3902.cpp:3:13: error: expected '}' before 'long'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:68:28: error: expected unqualified-id before numeric constant
   enum { _S_word_bit = int(__CHAR_BIT__ * sizeof(_Bit_type)) };
                            ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:68:28: error: expected ')' before numeric constant
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h: In member function 'void _Bit_iterator_base::_M_bump_up()':
0_0_36675077_3902.cpp:3:13: error: expected primary-expression before 'long'
 #define int long long
             ^
0_0_36675077_3902.cpp:3:13: error: expected ')' before 'long'
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h: In member function 'void _Bit_iterator_base::_M_bump_down()':
0_0_36675077_3902.cpp:3:13: error: expected primary-expression before 'long'
 #define int long long
             ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h: In member function 'void _Bit_iterator_base::_M_incr(ptrdiff_t)':
0_0_36675077_3902.cpp:3:13: error: expected primary-expression before 'long'
 #define int long long
             ^
0_0_36675077_3902.cpp:3:13: error: expected primary-expression before 'long'
 #define int long long
             ^
0_0_36675077_3902.cpp:3:13: error: expected primary-expression before 'long'
 #define int long long
             ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h: In function 'ptrdiff_t operator-(const _Bit_iterator_base&, const _Bit_iterator_base&)':
0_0_36675077_3902.cpp:3:13: error: expected primary-expression before 'long'
 #define int long long
             ^
0_0_36675077_3902.cpp:3:13: error: expected ')' before 'long'
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:65:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/random.h:34,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:49,
                 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 GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:64,
                 from 0_0_36675077_3902.cpp:75:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h: At global scope:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:241:19: error: postfix '_Bit_iterator::iterator _Bit_iterator::operator++(long long int)' must take 'int' as its argument
     operator++(int)
                   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:256:19: error: postfix '_Bit_iterator::iterator _Bit_iterator::operator--(long long int)' must take 'int' as its argument
     operator--(int)
                   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:331:19: error: postfix '_Bit_const_iterator::const_iterator _Bit_const_iterator::operator++(long long int)' must take 'int' as its argument
     operator++(int)
                   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:346:19: error: postfix '_Bit_const_iterator::const_iterator _Bit_const_iterator::operator--(long long int)' must take 'int' as its argument
     operator--(int)
                   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h: In static member function 'static size_t _Bvector_base<_Alloc>::_S_nword(size_t)':
0_0_36675077_3902.cpp:3:13: error: expected primary-expression before 'long'
 #define int long long
             ^
0_0_36675077_3902.cpp:3:13: error: expected ')' before 'long'
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:65:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/random.h:34,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:49,
                 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 GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:64,
                 from 0_0_36675077_3902.cpp:75:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h: At global scope:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_bvector.h:497:1: error: expected declaration before '}' token
 } // namespace std
 ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-12-04 12:00:16, Gzip enabled