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_30771026_29319.cpp:60:11: error: redefinition of 'const int N'
 const int N=25;
           ^
0_0_30771026_29319.cpp:10:11: note: 'const int N' previously defined here
 const int N=1e5+5;
           ^
0_0_30771026_29319.cpp:61:10: error: conflicting declaration 'const ll mod'
 const ll mod=998244353;
          ^
0_0_30771026_29319.cpp:9:11: note: previous declaration as 'const int mod'
 const int mod=998244353;
           ^
0_0_30771026_29319.cpp:62:5: error: redefinition of 'int T'
 int T,m;
     ^
0_0_30771026_29319.cpp:15:7: note: 'int T' previously declared here
 int n,T;
       ^
0_0_30771026_29319.cpp:63:8: error: conflicting declaration 'int p [100005]'
 int p[N],q[N],inv[N];
        ^
0_0_30771026_29319.cpp:13:4: note: previous declaration as 'll p [25]'
 ll p[25],q[25],inv[25];
    ^
0_0_30771026_29319.cpp:63:13: error: conflicting declaration 'int q [100005]'
 int p[N],q[N],inv[N];
             ^
0_0_30771026_29319.cpp:13:10: note: previous declaration as 'll q [25]'
 ll p[25],q[25],inv[25];
          ^
0_0_30771026_29319.cpp:63:20: error: conflicting declaration 'int inv [100005]'
 int p[N],q[N],inv[N];
                    ^
0_0_30771026_29319.cpp:13:16: note: previous declaration as 'll inv [25]'
 ll p[25],q[25],inv[25];
                ^
0_0_30771026_29319.cpp:64:4: error: redefinition of 'll ans'
 ll ans,x;
    ^
0_0_30771026_29319.cpp:14:9: note: 'll ans' previously declared here
 ll sum, ans;
         ^
0_0_30771026_29319.cpp: In function 'int main()':
0_0_30771026_29319.cpp:84:5: error: redefinition of 'int main()'
 int main() {
     ^
0_0_30771026_29319.cpp:33: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-17 10:25:31, Gzip enabled