Home STD Contest Notification Clarification Problems Ranklist Status Print Sign Out

View Compilation Error

1_733_2728_7985.cpp:13:26: error: array must be initialized with a brace-enclosed initializer
  long long a[3][3] = { 0 };
                          ^
1_733_2728_7985.cpp: In function 'int main()':
1_733_2728_7985.cpp:57:10: error: no match for 'operator*' (operand types are 'Matrix' and 'Matrix')
    x = x * y.pow(n-1);
          ^
1_733_2728_7985.cpp:57:10: note: candidate is:
1_733_2728_7985.cpp:19:8: note: Matrix Matrix::operator*(Matrix&)
 Matrix Matrix::operator*(Matrix& B) {
        ^
1_733_2728_7985.cpp:19:8: note:   no known conversion for argument 1 from 'Matrix' to 'Matrix&'


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-03 01:40:56, Gzip enabled