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_31459133_6129.cpp:5:12: error: array bound is not an integer constant before ']' token
 int dp[maxn][maxn];
            ^
0_0_31459133_6129.cpp:5:18: error: array bound is not an integer constant before ']' token
 int dp[maxn][maxn];
                  ^
0_0_31459133_6129.cpp:6:11: error: array bound is not an integer constant before ']' token
 int a[maxn];
           ^
0_0_31459133_6129.cpp: In function 'int main()':
0_0_31459133_6129.cpp:13:5: error: 'dp' was not declared in this scope
     dp[i][j] = f;
     ^
0_0_31459133_6129.cpp:17:11: error: 'a' was not declared in this scope
    cin >> a[i];
           ^
0_0_31459133_6129.cpp:19:8: error: 'a' was not declared in this scope
   sort(a+1,a+n+1);
        ^
0_0_31459133_6129.cpp:20:3: error: 'dp' was not declared in this scope
   dp[0][0] = 0;
   ^


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-30 01:36:08, Gzip enabled