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_32863537_1872.cpp:1:1: error: 'dp' does not name a type
 dp[i][j]=min{ dp[i-l][j-1](la<=l<=lb) ,  dp[i-1][j]+a[i]} //转移方程,一开始没判断j>=1 ,导致WA了2次//https://blog.csdn.net/jxy859/article/details/6693071
 ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.001000(s) query 1, Server time : 2025-01-10 03:58:47, Gzip enabled