0_0_33191202_6267.cpp:1:1: error: 'include' does not name a type
include <iostream>
^
0_0_33191202_6267.cpp: In function 'Matrix ksm(Matrix, long long int)':
0_0_33191202_6267.cpp:28:28: error: 'max' was not declared in this scope
int maxx = max(a.n, a.m);
^
|