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_25173440_29916.cpp:5:1: error: 'll' does not name a type
 ll dp[2][1100000];  
 ^
0_0_25173440_29916.cpp:7:1: error: 'map' does not name a type
 map<char,int>myp;  
 ^
0_0_25173440_29916.cpp: In function 'void dfs(int, int, int, int, int)':
0_0_25173440_29916.cpp:15:13: error: 'dp' was not declared in this scope
             dp[cur][dw]+=mul;  
             ^
0_0_25173440_29916.cpp:16:26: error: 'M' was not declared in this scope
             dp[cur][dw]%=M;  
                          ^
0_0_25173440_29916.cpp:20:13: error: 'dp' was not declared in this scope
             dp[cur][dw]+=(dp[cur^1][up]*mul)%M;  
             ^
0_0_25173440_29916.cpp:20:46: error: 'M' was not declared in this scope
             dp[cur][dw]+=(dp[cur^1][up]*mul)%M;  
                                              ^
0_0_25173440_29916.cpp:32:14: error: 'myp' was not declared in this scope
        int a=myp[sa[r][nu][0]];  
              ^
0_0_25173440_29916.cpp:40:15: error: 'myp' was not declared in this scope
        int uu=myp[sa[r][nu][i]];  
               ^
0_0_25173440_29916.cpp: In function 'int main()':
0_0_25173440_29916.cpp:54:4: error: 'myp' was not declared in this scope
    myp['F']=0;  
    ^
0_0_25173440_29916.cpp:62:17: error: 'scanf' was not declared in this scope
    scanf("%d",&t);  
                 ^
0_0_25173440_29916.cpp:69:15: error: 'dp' was not declared in this scope
        memset(dp,0,sizeof(dp));  
               ^
0_0_25173440_29916.cpp:69:30: error: 'memset' was not declared in this scope
        memset(dp,0,sizeof(dp));  
                              ^
0_0_25173440_29916.cpp:79:8: error: 'll' was not declared in this scope
        ll ans=0;  
        ^
0_0_25173440_29916.cpp:82:12: error: 'ans' was not declared in this scope
            ans+=dp[cur][i];  
            ^
0_0_25173440_29916.cpp:83:17: error: 'M' was not declared in this scope
            ans%=M;  
                 ^
0_0_25173440_29916.cpp:85:37: error: 'ans' was not declared in this scope
        printf("Case %d: %d\n",++cas,ans);  
                                     ^
0_0_25173440_29916.cpp:85:40: error: 'printf' was not declared in this scope
        printf("Case %d: %d\n",++cas,ans);  
                                        ^


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-07-01 15:43:44, Gzip enabled