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_26094683_30125.cpp:57:2: error: stray '#' in program
 }#include<stdio.h>
  ^
0_0_26094683_30125.cpp:57:3: error: 'include' does not name a type
 }#include<stdio.h>
   ^
0_0_26094683_30125.cpp:62:10: error: redefinition of 'long long int C [1005][1005]'
 ll C[N][N],A[40],B[40];//A数组表示各位1的个数 C数组C[i][j]=C(i,j),且i>j,B数组:B[i]=2^i 
          ^
0_0_26094683_30125.cpp:6:4: note: 'long long int C [1005][1005]' previously declared here
 ll C[N][N],A[40],B[40];//A数组表示各位1的个数 C数组C[i][j]=C(i,j),且i>j,B数组:B[i]=2^i 
    ^
0_0_26094683_30125.cpp:62:16: error: redefinition of 'long long int A [40]'
 ll C[N][N],A[40],B[40];//A数组表示各位1的个数 C数组C[i][j]=C(i,j),且i>j,B数组:B[i]=2^i 
                ^
0_0_26094683_30125.cpp:6:12: note: 'long long int A [40]' previously declared here
 ll C[N][N],A[40],B[40];//A数组表示各位1的个数 C数组C[i][j]=C(i,j),且i>j,B数组:B[i]=2^i 
            ^
0_0_26094683_30125.cpp:62:22: error: redefinition of 'long long int B [40]'
 ll C[N][N],A[40],B[40];//A数组表示各位1的个数 C数组C[i][j]=C(i,j),且i>j,B数组:B[i]=2^i 
                      ^
0_0_26094683_30125.cpp:6:18: note: 'long long int B [40]' previously declared here
 ll C[N][N],A[40],B[40];//A数组表示各位1的个数 C数组C[i][j]=C(i,j),且i>j,B数组:B[i]=2^i 
                  ^
0_0_26094683_30125.cpp:63:10: error: redefinition of 'const long long int mod'
 const ll mod=1e6+3;
          ^
0_0_26094683_30125.cpp:7:10: note: 'const long long int mod' previously defined here
 const ll mod=1e6+3;
          ^
0_0_26094683_30125.cpp: In function 'void init()':
0_0_26094683_30125.cpp:64:6: error: redefinition of 'void init()'
 void init()
      ^
0_0_26094683_30125.cpp:8:6: note: 'void init()' previously defined here
 void init()
      ^
0_0_26094683_30125.cpp: In function 'int main()':
0_0_26094683_30125.cpp:78:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_26094683_30125.cpp:22: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-12-02 04:57:23, Gzip enabled