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_33595968_8177.cpp: In function 'int sol(int, int)':
0_0_33595968_8177.cpp:5:27: error: 'dp' was not declared in this scope
     for(int j=0;j<=m;j++) dp[i][j]=0;
                           ^
0_0_33595968_8177.cpp:6:5: error: 'dp' was not declared in this scope
     dp[1][0]=1;
     ^
0_0_33595968_8177.cpp:9:42: error: 'mod' was not declared in this scope
         dp[i+1][j]=(dp[i+1][j]+dp[i][j])%mod;
                                          ^
0_0_33595968_8177.cpp:10:9: error: 'cur' was not declared in this scope
         cur=i;
         ^


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 09:36:11, Gzip enabled