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_21729010_9491.cpp: In function 'int main()':
0_0_21729010_9491.cpp:13:16: error: 'LL' was not declared in this scope
         vector<LL>b;
                ^
0_0_21729010_9491.cpp:13:18: error: template argument 1 is invalid
         vector<LL>b;
                  ^
0_0_21729010_9491.cpp:13:18: error: template argument 2 is invalid
0_0_21729010_9491.cpp:13:20: error: invalid type in declaration before ';' token
         vector<LL>b;
                    ^
0_0_21729010_9491.cpp:14:11: error: request for member 'resize' in 'b', which is of non-class type 'int'
         b.resize(m);
           ^
0_0_21729010_9491.cpp:15:56: error: invalid types 'int[int]' for array subscript
         for(int i = 0; i <= m; i++)  scanf("%lld", &b[i]);
                                                        ^
0_0_21729010_9491.cpp:19:24: error: invalid types 'int[int]' for array subscript
             int x = b[i] - dp[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-25 17:37:27, Gzip enabled