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

0_0_30464357_30005.cpp:1:1: error: 'a' does not name a type
 a//      ¡ª¡ªBy DD_BOND 
 ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/exception:162:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/typeinfo:34,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:53,
                 from 0_0_30464357_30005.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/exception_ptr.h:95:30: error: field 'nullptr_t' has incomplete type 'std::__exception_ptr::exception_ptr'
       exception_ptr(nullptr_t) noexcept
                              ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/exception_ptr.h:95:30: error: expected ';' at end of member declaration
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/exception_ptr.h:95:32: error: expected unqualified-id before 'noexcept'
       exception_ptr(nullptr_t) noexcept
                                ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/typeinfo:36:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:53,
                 from 0_0_30464357_30005.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/hash_bytes.h:46:3: error: 'size_t' does not name a type
   size_t
   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/hash_bytes.h:53:3: error: 'size_t' does not name a type
   size_t
   ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:53:0,
                 from 0_0_30464357_30005.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/c++/typeinfo:140:5: error: 'size_t' does not name a type
     size_t hash_code() const noexcept
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:54:0,
                 from 0_0_30464357_30005.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/c++/new:128:31: error: declaration of 'operator new' as non-function
 void* operator new(std::size_t) _GLIBCXX_THROW (std::bad_alloc)
                               ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/new:128:20: error: 'size_t' is not a member of 'std'
 void* operator new(std::size_t) _GLIBCXX_THROW (std::bad_alloc)
                    ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/new:130:33: error: declaration of 'operator new []' as non-function
 void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
                                 ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/new:130:22: error: 'size_t' is not a member of 'std'
 void* operator new[](std::size_t) _GLIBCXX_THROW (std::bad_alloc)
                      ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/new:136:25: error: declaration of 'operator new' as non-function
 void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
                         ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/new:136:20: error: 'size_t' is not a member of 'std'
 void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
                    ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/new:136:33: error: expected primary-expression before 'const'
 void* operator new(std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
                                 ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/new:138:27: error: declaration of 'operator new []' as non-function
 void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
                           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/new:138:22: error: 'size_t' is not a member of 'std'
 void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
                      ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/new:138:35: error: expected primary-expression before 'const'
 void* operator new[](std::size_t, const std::nothrow_t&) _GLIBCXX_USE_NOEXCEPT
                                   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/new:146:32: error: declaration of 'operator new' as non-function
 inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
                                ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/new:146:27: error: 'size_t' is not a member of 'std'
 inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
                           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/new:146:40: error: expected primary-expression before 'void'
 inline void* operator new(std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
                                        ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/new:148:34: error: declaration of 'operator new []' as non-function
 inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
                                  ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/new:148:29: error: 'size_t' is not a member of 'std'
 inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
                             ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/new:148:42: error: expected primary-expression before 'void'
 inline void* operator new[](std::size_t, void* __p) _GLIBCXX_USE_NOEXCEPT
                                          ^
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++/tuple:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/functional:55,
                 from 0_0_30464357_30005.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:294:31: error: 'std::size_t' has not been declared
   template<typename _Tp, std::size_t _Size>
                               ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:493:37: error: 'nullptr_t' is not a member of 'std'
     struct __is_null_pointer_helper<std::nullptr_t>
                                     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:493:37: error: 'nullptr_t' is not a member of 'std'
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:493:51: error: template argument 1 is invalid
     struct __is_null_pointer_helper<std::nullptr_t>
                                                   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1336:32: error: 'size_t' is not a member of 'std'
     : public integral_constant<std::size_t, __alignof__(_Tp)> { };
                                ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1336:32: error: 'size_t' is not a member of 'std'
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1336:61: error: template argument 1 is invalid
     : public integral_constant<std::size_t, __alignof__(_Tp)> { };
                                                             ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1336:61: note: invalid template non-type parameter
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1341:32: error: 'size_t' is not a member of 'std'
     : public integral_constant<std::size_t, 0> { };
                                ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1341:32: error: 'size_t' is not a member of 'std'
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1341:46: error: template argument 1 is invalid
     : public integral_constant<std::size_t, 0> { };
                                              ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1341:46: note: invalid template non-type parameter
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1343:31: error: 'std::size_t' has not been declared
   template<typename _Tp, std::size_t _Size>
                               ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1345:32: error: 'size_t' is not a member of 'std'
     : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
                                ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1345:32: error: 'size_t' is not a member of 'std'
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1345:65: error: template argument 1 is invalid
     : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
                                                                 ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1345:65: note: invalid template non-type parameter
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1349:32: error: 'size_t' is not a member of 'std'
     : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
                                ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1349:32: error: 'size_t' is not a member of 'std'
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1349:65: error: template argument 1 is invalid
     : public integral_constant<std::size_t, 1 + rank<_Tp>::value> { };
                                                                 ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1349:65: note: invalid template non-type parameter
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1354:32: error: 'size_t' is not a member of 'std'
     : public integral_constant<std::size_t, 0> { };
                                ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_trait


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-11-18 05:32:16, Gzip enabled