0_0_25908533_23286.cpp:4:1: error: expected ',' or ';' before 'long'
long long a[3][3];
^
0_0_25908533_23286.cpp: In function 'void Pow(long long int (*)[3], long long int)':
0_0_25908533_23286.cpp:43:10: error: 'a' was not declared in this scope
mul(b,a);
^
0_0_25908533_23286.cpp:45:10: error: 'a' was not declared in this scope
mul(a,a);
^
0_0_25908533_23286.cpp: In function 'int main()':
0_0_25908533_23286.cpp:59:13: error: 'a' was not declared in this scope
memset(a,0,sizeof(a));
^
|