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_11342030_15427.cpp:167: error: redefinition of `int mat[850][850]'
0_0_11342030_15427.cpp:4: error: `int mat[850][850]' previously declared here
0_0_11342030_15427.cpp:168: error: redefinition of `int m1[850][850]'
0_0_11342030_15427.cpp:5: error: `int m1[850][850]' previously declared here
0_0_11342030_15427.cpp:169: error: redefinition of `int m2[850][850]'
0_0_11342030_15427.cpp:6: error: `int m2[850][850]' previously declared here
0_0_11342030_15427.cpp:170: error: redefinition of `int a[425][425]'
0_0_11342030_15427.cpp:7: error: `int a[425][425]' previously declared here
0_0_11342030_15427.cpp:170: error: redefinition of `int b[425][425]'
0_0_11342030_15427.cpp:7: error: `int b[425][425]' previously declared here
0_0_11342030_15427.cpp:170: error: redefinition of `int c[425][425]'
0_0_11342030_15427.cpp:7: error: `int c[425][425]' previously declared here
0_0_11342030_15427.cpp:170: error: redefinition of `int d[425][425]'
0_0_11342030_15427.cpp:7: error: `int d[425][425]' previously declared here
0_0_11342030_15427.cpp:171: error: redefinition of `int e[425][425]'
0_0_11342030_15427.cpp:8: error: `int e[425][425]' previously declared here
0_0_11342030_15427.cpp:171: error: redefinition of `int f[425][425]'
0_0_11342030_15427.cpp:8: error: `int f[425][425]' previously declared here
0_0_11342030_15427.cpp:171: error: redefinition of `int g[425][425]'
0_0_11342030_15427.cpp:8: error: `int g[425][425]' previously declared here
0_0_11342030_15427.cpp:171: error: redefinition of `int h[425][425]'
0_0_11342030_15427.cpp:8: error: `int h[425][425]' previously declared here
0_0_11342030_15427.cpp:172: error: redefinition of `int p1[425][425]'
0_0_11342030_15427.cpp:9: error: `int p1[425][425]' previously declared here
0_0_11342030_15427.cpp:172: error: redefinition of `int p2[425][425]'
0_0_11342030_15427.cpp:9: error: `int p2[425][425]' previously declared here
0_0_11342030_15427.cpp:172: error: redefinition of `int p3[425][425]'
0_0_11342030_15427.cpp:9: error: `int p3[425][425]' previously declared here
0_0_11342030_15427.cpp:172: error: redefinition of `int p4[425][425]'
0_0_11342030_15427.cpp:9: error: `int p4[425][425]' previously declared here
0_0_11342030_15427.cpp:173: error: redefinition of `int p5[425][425]'
0_0_11342030_15427.cpp:10: error: `int p5[425][425]' previously declared here
0_0_11342030_15427.cpp:173: error: redefinition of `int p6[425][425]'
0_0_11342030_15427.cpp:10: error: `int p6[425][425]' previously declared here
0_0_11342030_15427.cpp:173: error: redefinition of `int p7[425][425]'
0_0_11342030_15427.cpp:10: error: `int p7[425][425]' previously declared here
0_0_11342030_15427.cpp:174: error: redefinition of `int r[425][425]'
0_0_11342030_15427.cpp:11: error: `int r[425][425]' previously declared here
0_0_11342030_15427.cpp:174: error: redefinition of `int s[425][425]'
0_0_11342030_15427.cpp:11: error: `int s[425][425]' previously declared here
0_0_11342030_15427.cpp:174: error: redefinition of `int t[425][425]'
0_0_11342030_15427.cpp:11: error: `int t[425][425]' previously declared here
0_0_11342030_15427.cpp:174: error: redefinition of `int u[425][425]'
0_0_11342030_15427.cpp:11: error: `int u[425][425]' previously declared here
0_0_11342030_15427.cpp:174: error: redefinition of `int t1[425][425]'
0_0_11342030_15427.cpp:11: error: `int t1[425][425]' previously declared here
0_0_11342030_15427.cpp:174: error: redefinition of `int t2[425][425]'
0_0_11342030_15427.cpp:11: error: `int t2[425][425]' previously declared here
0_0_11342030_15427.cpp:176: error: redefinition of `int n'
0_0_11342030_15427.cpp:13: error: `int n' previously declared here
0_0_11342030_15427.cpp: In function `void plus(int (*)[425], int (*)[425], int (*)[425])':
0_0_11342030_15427.cpp:178: error: redefinition of `void plus(int (*)[425], int (*)[425], int (*)[425])'
0_0_11342030_15427.cpp:15: error: `void plus(int (*)[425], int (*)[425], int (*)[425])' previously defined here
0_0_11342030_15427.cpp: In function `void minus(int (*)[425], int (*)[425], int (*)[425])':
0_0_11342030_15427.cpp:191: error: redefinition of `void minus(int (*)[425], int (*)[425], int (*)[425])'
0_0_11342030_15427.cpp:28: error: `void minus(int (*)[425], int (*)[425], int (*)[425])' previously defined here
0_0_11342030_15427.cpp: In function `void mul(int (*)[425], int (*)[425], int (*)[425])':
0_0_11342030_15427.cpp:204: error: redefinition of `void mul(int (*)[425], int (*)[425], int (*)[425])'
0_0_11342030_15427.cpp:41: error: `void mul(int (*)[425], int (*)[425], int (*)[425])' previously defined here
0_0_11342030_15427.cpp: In function `int main()':
0_0_11342030_15427.cpp:220: error: redefinition of `int main()'
0_0_11342030_15427.cpp:57: error: `int main()' previously defined here


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-07-03 09:59:30, Gzip enabled