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_21400521_23960.cpp:89:10: error: redefinition of 'const ll m'
 const ll m=1e9+7;
          ^
0_0_21400521_23960.cpp:7:10: note: 'const ll m' previously defined here
 const ll m=1e9+7;
          ^
0_0_21400521_23960.cpp:90:8: error: redefinition of 'struct matrix'
 struct matrix
        ^
0_0_21400521_23960.cpp:8:8: error: previous definition of 'struct matrix'
 struct matrix
        ^
0_0_21400521_23960.cpp: In function 'matrix mul(matrix, matrix)':
0_0_21400521_23960.cpp:94:8: error: redefinition of 'matrix mul(matrix, matrix)'
 matrix mul(matrix a,matrix b)
        ^
0_0_21400521_23960.cpp:12:8: note: 'matrix mul(matrix, matrix)' previously defined here
 matrix mul(matrix a,matrix b)
        ^
0_0_21400521_23960.cpp: In function 'matrix pow(matrix, ll)':
0_0_21400521_23960.cpp:110:8: error: redefinition of 'matrix pow(matrix, ll)'
 matrix pow(matrix a, ll p)
        ^
0_0_21400521_23960.cpp:28:8: note: 'matrix pow(matrix, ll)' previously defined here
 matrix pow(matrix a, ll p)
        ^
0_0_21400521_23960.cpp: In function 'int main()':
0_0_21400521_23960.cpp:126:5: error: redefinition of 'int main()'
 int main()
     ^
0_0_21400521_23960.cpp:44: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-16 09:33:30, Gzip enabled