F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

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;
                              ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-12-05 07:14:26, Gzip enabled