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_25994622_26126.cpp:23:1: error: 'll' does not name a type
 ll dp[6500][85][85]; 
 ^
0_0_25994622_26126.cpp: In function 'int _dp(int, int, int)':
0_0_25994622_26126.cpp:29:8: error: 'dp' was not declared in this scope
     if(dp[x][a][b]!=-1)return dp[x][a][b];
        ^
0_0_25994622_26126.cpp:32:5: error: 'll' was not declared in this scope
     ll ans=0;
     ^
0_0_25994622_26126.cpp:33:5: error: 'ans' was not declared in this scope
     ans=((long long)_dp(x+1,a-1,b)*(n-a+1)*b+(long long)_dp(x+1,a,b-1)*(m-b+1)*a);
     ^
0_0_25994622_26126.cpp:36:12: error: 'dp' was not declared in this scope
     return dp[x][a][b]=ans%K;
            ^
0_0_25994622_26126.cpp: In function 'int main()':
0_0_25994622_26126.cpp:49:21: error: 'dp' was not declared in this scope
                     dp[i][j][k]=-1;
                     ^
0_0_25994622_26126.cpp:50:9: error: 'dp' was not declared in this scope
         dp[n*m][1][1]=n*m;
         ^


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-11-26 16:41:29, Gzip enabled