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_33305944_20411.cpp: In function 'int main()':
0_0_33305944_20411.cpp:6:20: error: 'l' was not declared in this scope
  while(scanf("%f",&l)!=EOF){
                    ^
0_0_33305944_20411.cpp:10:12: error: 'dps' was not declared in this scope
    dp[i]=0;dps[i]=0;
            ^
0_0_33305944_20411.cpp:14:23: error: 'dps' was not declared in this scope
     dp[j]=max(dp[j-1],dps[j-1])+a[j];
                       ^
0_0_33305944_20411.cpp:14:33: error: 'a' was not declared in this scope
     dp[j]=max(dp[j-1],dps[j-1])+a[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-07-02 21:49:11, Gzip enabled