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_33516584_13743.cpp: In function 'int main()':
0_0_33516584_13743.cpp:58:39: error: request for member 'push_back' in 'allpoints', which is of non-class type 'std::vector<int>()'
                             allpoints.push_back(a[i+tmp.x][j+tmp.y]);
                                       ^
0_0_33516584_13743.cpp:60:32: error: request for member 'begin' in 'allpoints', which is of non-class type 'std::vector<int>()'
                 sort(allpoints.begin(),allpoints.end());//ÉýÐòÅÅÁÐ
                                ^
0_0_33516584_13743.cpp:60:50: error: request for member 'end' in 'allpoints', which is of non-class type 'std::vector<int>()'
                 sort(allpoints.begin(),allpoints.end());//ÉýÐòÅÅÁÐ
                                                  ^
0_0_33516584_13743.cpp:78:38: error: request for member 'back' in 'allpoints', which is of non-class type 'std::vector<int>()'
                     force+=allpoints.back();
                                      ^
0_0_33516584_13743.cpp:79:31: error: request for member 'pop_back' in 'allpoints', which is of non-class type 'std::vector<int>()'
                     allpoints.pop_back();
                               ^


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-06 05:49:42, Gzip enabled