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_17202134_12193.cpp:52:2: error: stray '#' in program
 }#include<cstdio>
  ^
0_0_17202134_12193.cpp:99:2: error: stray '#' in program
 }#include <iostream>  
  ^
0_0_17202134_12193.cpp:206:2: error: stray '#' in program
 }#include <iostream>  
  ^
0_0_17202134_12193.cpp:324:2: error: stray '#' in program
 }#include<cstdio>
  ^
0_0_17202134_12193.cpp:52:3: error: 'include' does not name a type
 }#include<cstdio>
   ^
In file included from 0_0_17202134_12193.cpp:53: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: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;
           ^
0_0_17202134_12193.cpp: In function 'int main()':
0_0_17202134_12193.cpp:63:5: error: redefinition of 'int main()'
 int main(void)
     ^
0_0_17202134_12193.cpp:4:5: note: 'int main()' previously defined here
 int main()
     ^
0_0_17202134_12193.cpp: At global scope:
0_0_17202134_12193.cpp:99:3: error: 'include' does not name a type
 }#include <iostream>  
   ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/deque:66:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
                 from 0_0_17202134_12193.cpp:103:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:66:10: error: expected initializer before '<' token
     deque<_Tp, _Alloc>::
          ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:91:5: error: 'deque' does not name a type
     deque<_Tp, _Alloc>&
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:115:7: error: too many template-parameter-lists
       deque<_Tp, _Alloc>::
       ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:131:7: error: too many template-parameter-lists
       deque<_Tp, _Alloc>::
       ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:149:16: error: expected nested-name-specifier before 'deque'
       typename deque<_Tp, _Alloc>::iterator
                ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:149:16: error: too many template-parameter-lists
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:172:14: error: expected nested-name-specifier before 'deque'
     typename deque<_Tp, _Alloc>::iterator
              ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:172:19: error: expected initializer before '<' token
     typename deque<_Tp, _Alloc>::iterator
                   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:197:14: error: expected nested-name-specifier before 'deque'
     typename deque<_Tp, _Alloc>::iterator
              ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:197:19: error: expected initializer before '<' token
     typename deque<_Tp, _Alloc>::iterator
                   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:220:14: error: expected nested-name-specifier before 'deque'
     typename deque<_Tp, _Alloc>::iterator
              ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:220:19: error: expected initializer before '<' token
     typename deque<_Tp, _Alloc>::iterator
                   ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:254:7: error: too many template-parameter-lists
       deque<_Tp, _Alloc>::
       ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:269:10: error: expected initializer before '<' token
     deque<_Tp, _Alloc>::
          ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:312:10: error: expected initializer before '<' token
     deque<_Tp, _Alloc>::
          ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:336:10: error: expected initializer before '<' token
     deque<_Tp, _Alloc>::
          ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:355:10: error: expected initializer before '<' token
     deque<_Tp, _Alloc>::
          ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:381:7: error: too many template-parameter-lists
       deque<_Tp, _Alloc>::
       ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:405:7: error: too many template-parameter-lists
       deque<_Tp, _Alloc>::
       ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:443:7: error: too many template-parameter-lists
       deque<_Tp, _Alloc>::
       ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:477:7: error: too many template-parameter-lists
       deque<_Tp, _Alloc>::
       ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:509:15: error: expected initializer before '<' token
     void deque<_Tp, _Alloc>::
               ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:524:15: error: expected initializer before '<' token
     void deque<_Tp, _Alloc>::
               ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:536:7: error: too many template-parameter-lists
       deque<_Tp, _Alloc>::
       ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:545:7: error: too many template-parameter-lists
       deque<_Tp, _Alloc>::
       ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:591:16: error: expected nested-name-specifier before 'deque'
       typename deque<_Tp, _Alloc>::iterator
                ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:591:16: error: too many template-parameter-lists
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:632:10: error: expected initializer before '<' token
     deque<_Tp, _Alloc>::
          ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:718:7: error: too many template-parameter-lists
       deque<_Tp, _Alloc>::
       ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:806:11: error: expected initializer before '<' token
      deque<_Tp, _Alloc>::
           ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:828:10: error: expected initializer before '<' token
     deque<_Tp, _Alloc>::
          ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:853:10: error: expected initializer before '<' token
     deque<_Tp, _Alloc>::
          ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:878:10: error: expected initializer before '<' token
     deque<_Tp, _Alloc>::
          ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:926:16: error: '_Deque_iterator' does not name a type
     fill(const _Deque_iterator<_Tp, _Tp&, _Tp*>& __first,
                ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:926:31: error: expected ',' or '...' before '<' token
     fill(const _Deque_iterator<_Tp, _Tp&, _Tp*>& __first,
                               ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc: In function 'void st


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 04:37:13, Gzip enabled