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_17768157_16721.cpp:1:1: error: expected unqualified-id before numeric constant
 123456789101112131415161718192021222324252627282930
 ^
0_0_17768157_16721.cpp:4:1: error: 'Find' does not name a type
 Find
 ^
In file included from 0_0_17768157_16721.cpp:8:0:
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:75:11: error: '::memchr' has not been declared
   using ::memchr;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:76:11: error: '::memcmp' has not been declared
   using ::memcmp;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:77:11: error: '::memcpy' has not been declared
   using ::memcpy;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:78:11: error: '::memmove' has not been declared
   using ::memmove;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:79:11: error: '::memset' has not been declared
   using ::memset;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:80:11: error: '::strcat' has not been declared
   using ::strcat;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:81:11: error: '::strcmp' has not been declared
   using ::strcmp;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:82:11: error: '::strcoll' has not been declared
   using ::strcoll;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:83:11: error: '::strcpy' has not been declared
   using ::strcpy;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:84:11: error: '::strcspn' has not been declared
   using ::strcspn;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:85:11: error: '::strerror' has not been declared
   using ::strerror;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:86:11: error: '::strlen' has not been declared
   using ::strlen;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:87:11: error: '::strncat' has not been declared
   using ::strncat;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:88:11: error: '::strncmp' has not been declared
   using ::strncmp;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:89:11: error: '::strncpy' has not been declared
   using ::strncpy;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:90:11: error: '::strspn' has not been declared
   using ::strspn;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:91:11: error: '::strtok' has not been declared
   using ::strtok;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:92:11: error: '::strxfrm' has not been declared
   using ::strxfrm;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:93:11: error: '::strchr' has not been declared
   using ::strchr;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:94:11: error: '::strpbrk' has not been declared
   using ::strpbrk;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:95:11: error: '::strrchr' has not been declared
   using ::strrchr;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:96:11: error: '::strstr' has not been declared
   using ::strstr;
           ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/cmath:43:0,
                 from 0_0_17768157_16721.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/ext/type_traits.h:160:35: error: '__gnu_cxx::__is_null_pointer' declared as an 'inline' variable
   __is_null_pointer(std::nullptr_t)
                                   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/ext/type_traits.h:160:35: error: 'bool __gnu_cxx::__is_null_pointer' redeclared as different kind of symbol
GCC4.9.2/x86_64-w64-mingw32/include/c++/ext/type_traits.h:155:5: note: previous declaration 'template<class _Type> bool __gnu_cxx::__is_null_pointer(_Type)'
     __is_null_pointer(_Type)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/ext/type_traits.h:160:21: error: 'nullptr_t' is not a member of 'std'
   __is_null_pointer(std::nullptr_t)
                     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/postypes.h:40:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/iosfwd:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
                 from 0_0_17768157_16721.cpp:12:
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:177:11: error: '::wcscat' has not been declared
   using ::wcscat;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:178:11: error: '::wcscmp' has not been declared
   using ::wcscmp;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:179:11: error: '::wcscoll' has not been declared
   using ::wcscoll;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:180:11: error: '::wcscpy' has not been declared
   using ::wcscpy;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:181:11: error: '::wcscspn' has not been declared
   using ::wcscspn;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:183:11: error: '::wcslen' has not been declared
   using ::wcslen;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:184:11: error: '::wcsncat' has not been declared
   using ::wcsncat;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:185:11: error: '::wcsncmp' has not been declared
   using ::wcsncmp;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:186:11: error: '::wcsncpy' has not been declared
   using ::wcsncpy;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:188:11: error: '::wcsspn' has not been declared
   using ::wcsspn;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:193:11: error: '::wcstok' has not been declared
   using ::wcstok;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:196:11: error: '::wcsxfrm' has not been declared
   using ::wcsxfrm;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:204:11: error: '::wcschr' has not been declared
   using ::wcschr;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:205:11: error: '::wcspbrk' has not been declared
   using ::wcspbrk;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:206:11: error: '::wcsrchr' has not been declared
   using ::wcsrchr;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:207:11: error: '::wcsstr' has not been declared
   using ::wcsstr;
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar: In function 'wchar_t* std::wcschr(wchar_t*, wchar_t)':
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:213:55: error: invalid conversion from 'const wchar_t*' to 'wchar_t*' [-fpermissive]
   { return wcschr(const_cast<const wchar_t*>(__p), __c); }
                                                       ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:212:3: note: initializing argument 1 of 'wchar_t* std::wcschr(wchar_t*, wchar_t)'
   wcschr(wchar_t* __p, wchar_t __c)
   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar: In function 'wchar_t* std::wcspbrk(wchar_t*, const wchar_t*)':
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:217:58: error: invalid conversion from 'const wchar_t*' to 'wchar_t*' [-fpermissive]
   { return wcspbrk(const_cast<const wchar_t*>(__s1), __s2); }
                                                          ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:216:3: note: initializing argument 1 of 'wchar_t* std::wcspbrk(wchar_t*, const wchar_t*)'
   wcspbrk(wchar_t* __s1, const wchar_t* __s2)
   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar: In function 'wchar_t* std::wcsrchr(wchar_t*, wchar_t)':
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:221:56: error: invalid conversion from 'const wchar_t*' to 'wchar_t*' [-fpermissive]
   { return wcsrchr(const_cast<const wchar_t*>(__p), __c); }
                                                        ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:220:3: note: initializing argument 1 of 'wchar_t* std::wcsrchr(wchar_t*, wchar_t)'
   wcsrchr(wchar_t* __p, wchar_t __c)
   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar: In function 'wchar_t* std::wcsstr(wchar_t*, const wchar_t*)':
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:225:57: error: invalid conversion from 'const wchar_t*' to 'wchar_t*' [-fpermissive]
   { return wcsstr(const_cast<const wchar_t*>(__s1), __s2); }
                                                         ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/cwchar:224:3: note: initializing argument 1 of 'wchar_t* std::wcsstr(wchar_t*, const wchar_t*)'
   wcsstr(wchar_t* __s1, const wchar_t* __s2)
   ^
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++/ios:39,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
  


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-30 08:33:40, Gzip enabled