0_0_17267970_14261.cpp:1:2: error: invalid preprocessing directive #incdlue
#incdlue<iostream>
^
0_0_17267970_14261.cpp: In function 'void Init()':
0_0_17267970_14261.cpp:13:3: error: 'cin' was not declared in this scope
cin>>k>>n;
^
0_0_17267970_14261.cpp:18:23: error: 'scanf' was not declared in this scope
scanf("%d%d",&x,&y);
^
0_0_17267970_14261.cpp: In function 'void work()':
0_0_17267970_14261.cpp:39:9: error: 'limt' was not declared in this scope
if(k<=limt||cnt[lim+1]==0)printf("%d\n",bot);
^
0_0_17267970_14261.cpp:39:46: error: 'printf' was not declared in this scope
if(k<=limt||cnt[lim+1]==0)printf("%d\n",bot);
^
0_0_17267970_14261.cpp:43:5: error: 'count' was not declared in this scope
count<<(u%mod*(v%mod)*28%mod+p%mod*cnt[lim+1]%mod+bot)%mod<<endl;
^
0_0_17267970_14261.cpp:43:65: error: 'endl' was not declared in this scope
count<<(u%mod*(v%mod)*28%mod+p%mod*cnt[lim+1]%mod+bot)%mod<<endl;
^
0_0_17267970_14261.cpp: In function 'int main()':
0_0_17267970_14261.cpp:49:16: error: 'scanf' was not declared in this scope
scanf("%d",&T);
^
|