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_14678285_8142.cpp: In function 'int main()':
0_0_14678285_8142.cpp:65:16: error: expected primary-expression before 'M'
         Matrix M(10,10);
                ^
0_0_14678285_8142.cpp:68:28: error: 'M' was not declared in this scope
                 if(j == 0) M.mat[i][0] = a[i];
                            ^
0_0_14678285_8142.cpp:69:22: error: 'M' was not declared in this scope
                 else M.mat[i][j] = i+1==j;
                      ^
0_0_14678285_8142.cpp:70:44: error: 'M' was not declared in this scope
         Matrix ans = mulMatrix(A,powMatrix(M,k-9));
                                            ^


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-22 09:12:27, Gzip enabled