Judge Information

Run ID: 32260
src.cpp:1:24: error: missing terminating > character
#include <bits/stdc++.h
^
src.cpp: In function 'int main()':
src.cpp:40:25: error: 'power' was not declared in this scope
Matrix A=power(a,n-2);
^
src.cpp:42:11: error: 'kq' was not declared in this scope
cout<<kq;
^