0_0_30027821_20183.cpp:1:2: error: invalid preprocessing directive #incl
#incl//ude <bits/stdc++.h>
^
0_0_30027821_20183.cpp: In function 'mat qp(mat, ll)':
0_0_30027821_20183.cpp:35:28: error: 'memset' was not declared in this scope
memset(a.m,0,sizeof a.m);
^
0_0_30027821_20183.cpp: In function 'int main()':
0_0_30027821_20183.cpp:64:25: error: 'stdin' was not declared in this scope
freopen("i.txt","r",stdin);
^
0_0_30027821_20183.cpp:64:30: error: 'freopen' was not declared in this scope
freopen("i.txt","r",stdin);
^
0_0_30027821_20183.cpp:66:18: error: 'scanf' was not declared in this scope
scanf("%d",&T);
^
0_0_30027821_20183.cpp:72:34: error: 'printf' was not declared in this scope
printf("%lld\n",dt(n));
^
0_0_30027821_20183.cpp:75:39: error: 'memset' was not declared in this scope
mat a; memset(a.m,0,sizeof a.m);
^
0_0_30027821_20183.cpp:95:46: error: 'printf' was not declared in this scope
printf("%lld 474402220\n",res.m[0][0]);
^
|