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_20616210_23596.cpp: In constructor 'mat::mat(int, int)':
0_0_20616210_23596.cpp:16:19: error: 'i' was not declared in this scope
         memset (e[i],0,sizeof(int)*m) ;
                   ^
0_0_20616210_23596.cpp: In member function 'mat mat::operator*(const mat&)':
0_0_20616210_23596.cpp:23:35: error: invalid initialization of reference of type 'long long int&' from expression of type 'int'
                     add(ret.e[i][j],1ll*e[i][z]*rhs.e[z][j]%mod) ;
                                   ^
0_0_20616210_23596.cpp:8:6: note: in passing argument 1 of 'void add(long long int&, int)'
 void add (long long &a , int b) {
      ^


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-06-30 17:57:48, Gzip enabled