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_21736939_26609.cpp:66:12: error: 'B' was not declared in this scope
 int c[501][B
            ^
0_0_21736939_26609.cpp:67:1: error: expected ']' before 'int'
 int dp[501][501];
 ^
0_0_21736939_26609.cpp: In function 'int main()':
0_0_21736939_26609.cpp:87:12: error: 'dp' was not declared in this scope
     memset(dp,0,sizeof(dp));
            ^
0_0_21736939_26609.cpp:92:9: error: 'c' was not declared in this scope
         c[i][1]=i%mod;//C(n,1)=n;
         ^
0_0_21736939_26609.cpp:99:13: error: 'c' was not declared in this scope
             c[i][j]=(c[i-1][j]+c[i-1][j-1])%mod%9%mod%        }
             ^
0_0_21736939_26609.cpp:99:63: error: expected primary-expression before '}' token
             c[i][j]=(c[i-1][j]+c[i-1][j-1])%mod%9%mod%        }
                                                               ^
0_0_21736939_26609.cpp:101:25: error: 'C' was not declared in this scope
     for(int i = 1%i = 1%C=500; i++)
                         ^
0_0_21736939_26609.cpp:101:35: error: expected ';' before ')' token
     for(int i = 1%i = 1%C=500; i++)
                                   ^
0_0_21736939_26609.cpp:139:25: error: 'isPrim28isPrimD' was not declared in this scope
                 else if(isPrim28isPrimD&&i>1)
                         ^
0_0_21736939_26609.cpp:141:7: error: unable to find numeric literal operator 'operator""A'
       0A                    dp[j][i] = (dp[j-1][i]+dp[j-1][i-1])%mod;
       ^
0_0_21736939_26609.cpp:141:7: note: use -std=gnu++11 or -fext-numeric-literals to enable more built-in suffixes


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-09-21 13:51:42, Gzip enabled