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_16266746_1282.cpp: In function 'int main()':
0_0_16266746_1282.cpp:19:13: error: 'n' was not declared in this scope
  for(i=1;i<=n;i++){
             ^
0_0_16266746_1282.cpp:20:7: error: 'j' was not declared in this scope
   for(j=0;j<=V;j++){
       ^
0_0_16266746_1282.cpp:22:8: error: 'vo' was not declared in this scope
     if(vo[i]<=j)
        ^
0_0_16266746_1282.cpp:23:17: error: 'val' was not declared in this scope
    dp[i][j]=max(val[i]+dp[i-1][j-vo[i]],dp[i-1][j]);
                 ^


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-10-05 21:36:01, Gzip enabled