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_38494682_14443.cpp:209:2: error: stray '#' in program
 }#include<bits/stdc++.h>
  ^
0_0_38494682_14443.cpp:209:3: error: 'include' does not name a type
 }#include<bits/stdc++.h>
   ^
0_0_38494682_14443.cpp:211:11: error: redefinition of 'const int N'
 const int N = 2e5+100+7;
           ^
0_0_38494682_14443.cpp:3:11: note: 'const int N' previously defined here
 const int N = 1e5+100+7;
           ^
0_0_38494682_14443.cpp:213:8: error: redefinition of 'struct Bignum'
 struct Bignum
        ^
0_0_38494682_14443.cpp:5:8: error: previous definition of 'struct Bignum'
 struct Bignum
        ^
0_0_38494682_14443.cpp:234:6: error: invalid type in declaration before ';' token
 }W[2]; 
      ^
0_0_38494682_14443.cpp:234:6: error: conflicting declaration 'int W [2]'
0_0_38494682_14443.cpp:26:2: note: previous declaration as 'Bignum W [2]'
 }W[2]; 
  ^
0_0_38494682_14443.cpp:235:8: error: redefinition of 'int A [100107]'
 int A[N],B[N];
        ^
0_0_38494682_14443.cpp:27:5: note: 'int A [100107]' previously declared here
 int A[N],B[N];
     ^
0_0_38494682_14443.cpp:235:13: error: redefinition of 'int B [100107]'
 int A[N],B[N];
             ^
0_0_38494682_14443.cpp:27:10: note: 'int B [100107]' previously declared here
 int A[N],B[N];
          ^
0_0_38494682_14443.cpp:236:5: error: redefinition of 'int n'
 int n;
     ^
0_0_38494682_14443.cpp:28:5: note: 'int n' previously declared here
 int n;
     ^
0_0_38494682_14443.cpp: In function 'void modify(int, int, int, int)':
0_0_38494682_14443.cpp:237:6: error: redefinition of 'void modify(int, int, int, int)'
 void modify(int c,int x,int g,int d)
      ^
0_0_38494682_14443.cpp:29:6: note: 'void modify(int, int, int, int)' previously defined here
 void modify(int c,int x,int g,int d)
      ^
0_0_38494682_14443.cpp: At global scope:
0_0_38494682_14443.cpp:249:12: error: redefinition of 'int cov [400428]'
 int cov[N*4],val[N*4];
            ^
0_0_38494682_14443.cpp:41:5: note: 'int cov [400428]' previously declared here
 int cov[N*4],val[N*4];
     ^
0_0_38494682_14443.cpp:249:21: error: redefinition of 'int val [400428]'
 int cov[N*4],val[N*4];
                     ^
0_0_38494682_14443.cpp:41:14: note: 'int val [400428]' previously declared here
 int cov[N*4],val[N*4];
              ^
0_0_38494682_14443.cpp: In function 'void pushtag(int, int)':
0_0_38494682_14443.cpp:250:6: error: redefinition of 'void pushtag(int, int)'
 void pushtag(int k,int v)
      ^
0_0_38494682_14443.cpp:42:6: note: 'void pushtag(int, int)' previously defined here
 void pushtag(int k,int v)
      ^
0_0_38494682_14443.cpp: In function 'void pushdown(int)':
0_0_38494682_14443.cpp:255:6: error: redefinition of 'void pushdown(int)'
 void pushdown(int k)
      ^
0_0_38494682_14443.cpp:47:6: note: 'void pushdown(int)' previously defined here
 void pushdown(int k)
      ^
0_0_38494682_14443.cpp: In function 'void Make(int, int, int, int, int, int)':
0_0_38494682_14443.cpp:264:6: error: redefinition of 'void Make(int, int, int, int, int, int)'
 void Make(int k,int l,int r,int L,int R,int v)
      ^
0_0_38494682_14443.cpp:56:6: note: 'void Make(int, int, int, int, int, int)' previously defined here
 void Make(int k,int l,int r,int L,int R,int v)
      ^
0_0_38494682_14443.cpp: In function 'void Build(int, int, int)':
0_0_38494682_14443.cpp:276:6: error: redefinition of 'void Build(int, int, int)'
 void Build(int k,int l,int r)
      ^
0_0_38494682_14443.cpp:68:6: note: 'void Build(int, int, int)' previously defined here
 void Build(int k,int l,int r)
      ^
0_0_38494682_14443.cpp: At global scope:
0_0_38494682_14443.cpp:288:4: error: redefinition of 'LL K'
 LL K;
    ^
0_0_38494682_14443.cpp:80:4: note: 'LL K' previously declared here
 LL K;
    ^
0_0_38494682_14443.cpp:289:4: error: redefinition of 'LL now'
 LL now=0;
    ^
0_0_38494682_14443.cpp:81:4: note: 'LL now' previously defined here
 LL now=0;
    ^
0_0_38494682_14443.cpp: In function 'void Inc(LL)':
0_0_38494682_14443.cpp:290:6: error: redefinition of 'void Inc(LL)'
 void Inc(LL v)
      ^
0_0_38494682_14443.cpp:82:6: note: 'void Inc(LL)' previously defined here
 void Inc(LL v)
      ^
0_0_38494682_14443.cpp: In function 'void upd(int, int)':
0_0_38494682_14443.cpp:294:6: error: redefinition of 'void upd(int, int)'
 void upd(int x,int v)
      ^
0_0_38494682_14443.cpp:86:6: note: 'void upd(int, int)' previously defined here
 void upd(int x,int v)
      ^
0_0_38494682_14443.cpp: In function 'LL suan(LL)':
0_0_38494682_14443.cpp:298:4: error: redefinition of 'LL suan(LL)'
 LL suan(LL x)
    ^
0_0_38494682_14443.cpp:90:4: note: 'LL suan(LL)' previously defined here
 LL suan(LL x)
    ^
0_0_38494682_14443.cpp: In function 'void Move(int, int, int)':
0_0_38494682_14443.cpp:303:6: error: redefinition of 'void Move(int, int, int)'
 void Move(int x,int S,int T)
      ^
0_0_38494682_14443.cpp:95:6: note: 'void Move(int, int, int)' previously defined here
 void Move(int x,int S,int T)
      ^
0_0_38494682_14443.cpp: In function 'void MoveA(int, int)':
0_0_38494682_14443.cpp:317:6: error: redefinition of 'void MoveA(int, int)'
 void MoveA(int x,int p)
      ^
0_0_38494682_14443.cpp:109:6: note: 'void MoveA(int, int)' previously defined here
 void MoveA(int x,int p)
      ^
0_0_38494682_14443.cpp: In function 'void MoveB(int, int)':
0_0_38494682_14443.cpp:330:6: error: redefinition of 'void MoveB(int, int)'
 void MoveB(int x,int p)
      ^
0_0_38494682_14443.cpp:122:6: note: 'void MoveB(int, int)' previously defined here
 void MoveB(int x,int p)
      ^
0_0_38494682_14443.cpp: In function 'void Output(int, int, int)':
0_0_38494682_14443.cpp:343:6: error: redefinition of 'void Output(int, int, int)'
 void Output(int k,int l,int r)
      ^
0_0_38494682_14443.cpp:135:6: note: 'void Output(int, int, int)' previously defined here
 void Output(int k,int l,int r)
      ^
0_0_38494682_14443.cpp: In function 'void solve()':
0_0_38494682_14443.cpp:355:6: error: redefinition of 'void solve()'
 void solve()
      ^
0_0_38494682_14443.cpp:147:6: note: 'void solve()' previously defined here
 void solve()
      ^
0_0_38494682_14443.cpp: In function 'int main()':
0_0_38494682_14443.cpp:408:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_38494682_14443.cpp:200: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-09-27 22:57:07, Gzip enabled