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_25829440_26552.cpp:125:2: error: stray '#' in program
 }#include<cstdio>
  ^
0_0_25829440_26552.cpp:125:3: error: 'include' does not name a type
 }#include<cstdio>
   ^
0_0_25829440_26552.cpp:129:11: error: redefinition of 'const int N'
 const int N=400000+5;
           ^
0_0_25829440_26552.cpp:5:11: note: 'const int N' previously defined here
 const int N=400000+5;
           ^
0_0_25829440_26552.cpp:130:10: error: redefinition of 'int pre [400005]'
 int pre[N],nxt[N],a[N];
          ^
0_0_25829440_26552.cpp:6:5: note: 'int pre [400005]' previously declared here
 int pre[N],nxt[N],a[N];
     ^
0_0_25829440_26552.cpp:130:17: error: redefinition of 'int nxt [400005]'
 int pre[N],nxt[N],a[N];
                 ^
0_0_25829440_26552.cpp:6:12: note: 'int nxt [400005]' previously declared here
 int pre[N],nxt[N],a[N];
            ^
0_0_25829440_26552.cpp:130:22: error: redefinition of 'int a [400005]'
 int pre[N],nxt[N],a[N];
                      ^
0_0_25829440_26552.cpp:6:19: note: 'int a [400005]' previously declared here
 int pre[N],nxt[N],a[N];
                   ^
0_0_25829440_26552.cpp:131:12: error: redefinition of 'int first [400005]'
 int first[N],last[N],tot,n,q,id;
            ^
0_0_25829440_26552.cpp:7:5: note: 'int first [400005]' previously declared here
 int first[N],last[N],tot,n,q,id;
     ^
0_0_25829440_26552.cpp:131:20: error: redefinition of 'int last [400005]'
 int first[N],last[N],tot,n,q,id;
                    ^
0_0_25829440_26552.cpp:7:14: note: 'int last [400005]' previously declared here
 int first[N],last[N],tot,n,q,id;
              ^
0_0_25829440_26552.cpp:131:22: error: redefinition of 'int tot'
 int first[N],last[N],tot,n,q,id;
                      ^
0_0_25829440_26552.cpp:7:22: note: 'int tot' previously declared here
 int first[N],last[N],tot,n,q,id;
                      ^
0_0_25829440_26552.cpp:131:26: error: redefinition of 'int n'
 int first[N],last[N],tot,n,q,id;
                          ^
0_0_25829440_26552.cpp:7:26: note: 'int n' previously declared here
 int first[N],last[N],tot,n,q,id;
                          ^
0_0_25829440_26552.cpp:131:28: error: redefinition of 'int q'
 int first[N],last[N],tot,n,q,id;
                            ^
0_0_25829440_26552.cpp:7:28: note: 'int q' previously declared here
 int first[N],last[N],tot,n,q,id;
                            ^
0_0_25829440_26552.cpp:131:30: error: redefinition of 'int id'
 int first[N],last[N],tot,n,q,id;
                              ^
0_0_25829440_26552.cpp:7:30: note: 'int id' previously declared here
 int first[N],last[N],tot,n,q,id;
                              ^
0_0_25829440_26552.cpp: In function 'void r(int&)':
0_0_25829440_26552.cpp:132:13: error: redefinition of 'void r(int&)'
 inline void r(int &x){
             ^
0_0_25829440_26552.cpp:8:13: note: 'void r(int&)' previously defined here
 inline void r(int &x){
             ^
0_0_25829440_26552.cpp: In function 'void write(int)':
0_0_25829440_26552.cpp:138:13: error: redefinition of 'void write(int)'
 inline void write(int x)
             ^
0_0_25829440_26552.cpp:14:13: note: 'void write(int)' previously defined here
 inline void write(int x)
             ^
0_0_25829440_26552.cpp: In function 'void sh(int, int)':
0_0_25829440_26552.cpp:144:13: error: redefinition of 'void sh(int, int)'
 inline void sh(int a,int b)
             ^
0_0_25829440_26552.cpp:20:13: note: 'void sh(int, int)' previously defined here
 inline void sh(int a,int b)
             ^
0_0_25829440_26552.cpp: In function 'void add(int, int)':
0_0_25829440_26552.cpp:150:13: error: redefinition of 'void add(int, int)'
 inline void add(int a,int b)
             ^
0_0_25829440_26552.cpp:26:13: note: 'void add(int, int)' previously defined here
 inline void add(int a,int b)
             ^
0_0_25829440_26552.cpp: In function 'void in()':
0_0_25829440_26552.cpp:156:13: error: redefinition of 'void in()'
 inline void in()
             ^
0_0_25829440_26552.cpp:32:13: note: 'void in()' previously defined here
 inline void in()
             ^
0_0_25829440_26552.cpp: In function 'void del()':
0_0_25829440_26552.cpp:179:13: error: redefinition of 'void del()'
 inline void del()
             ^
0_0_25829440_26552.cpp:55:13: note: 'void del()' previously defined here
 inline void del()
             ^
0_0_25829440_26552.cpp: In function 'void change()':
0_0_25829440_26552.cpp:209:13: error: redefinition of 'void change()'
 inline void change()
             ^
0_0_25829440_26552.cpp:85:13: note: 'void change()' previously defined here
 inline void change()
             ^
0_0_25829440_26552.cpp: In function 'int main()':
0_0_25829440_26552.cpp:231:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_25829440_26552.cpp:107:5: note: 'int main()' previously defined here
 int main()
     ^


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-25 17:24:56, Gzip enabled