0_0_30094499_22524.cpp:7:7: error: 'MAXN' was not declared in this scope
int f[MAXN][MAXN][MAXN][3],ans;
^
0_0_30094499_22524.cpp:7:13: error: 'MAXN' was not declared in this scope
int f[MAXN][MAXN][MAXN][3],ans;
^
0_0_30094499_22524.cpp:7:19: error: 'MAXN' was not declared in this scope
int f[MAXN][MAXN][MAXN][3],ans;
^
0_0_30094499_22524.cpp:8:25: error: 'MAXN' was not declared in this scope
vector<pair<int,int> >d[MAXN];
^
0_0_30094499_22524.cpp: In function 'int main()':
0_0_30094499_22524.cpp:17:4: error: 'd' was not declared in this scope
d[i].clear();
^
0_0_30094499_22524.cpp:22:4: error: 'd' was not declared in this scope
d[r].push_back(make_pair(l,x));
^
0_0_30094499_22524.cpp:24:10: error: 'f' was not declared in this scope
memset(f,0,sizeof(f));
^
0_0_30094499_22524.cpp:35:45: error: 'P' was not declared in this scope
(f[j][k][cur-1][c]+=f[i][j][k][c^1])%=P;
^
0_0_30094499_22524.cpp:43:19: error: 'd' was not declared in this scope
for(auto pi:d[cur]){
^
0_0_30094499_22524.cpp:53:30: error: 'P' was not declared in this scope
(ans+=f[i][j][k][n&1])%=P;
^
|