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_38347475_8251.cpp: In function 'void solve()':
0_0_38347475_8251.cpp:52:19: error: 'class std::vector<Point>' has no member named 'x'
         points[i].x = read();
                   ^
0_0_38347475_8251.cpp:53:19: error: 'class std::vector<Point>' has no member named 'y'
         points[i].y = read();
                   ^
0_0_38347475_8251.cpp:58:37: error: 'class std::vector<Point>' has no member named 'x'
             LL dis = (LL)(points[i].x - points[j].x) * (points[i].x - points[j].x) + (LL)(points[i].y - points[j].y) * (points[i].y - points[j].y);
                                     ^
0_0_38347475_8251.cpp:58:51: error: 'class std::vector<Point>' has no member named 'x'
             LL dis = (LL)(points[i].x - points[j].x) * (points[i].x - points[j].x) + (LL)(points[i].y - points[j].y) * (points[i].y - points[j].y);
                                                   ^
0_0_38347475_8251.cpp:58:67: error: 'class std::vector<Point>' has no member named 'x'
             LL dis = (LL)(points[i].x - points[j].x) * (points[i].x - points[j].x) + (LL)(points[i].y - points[j].y) * (points[i].y - points[j].y);
                                                                   ^
0_0_38347475_8251.cpp:58:81: error: 'class std::vector<Point>' has no member named 'x'
             LL dis = (LL)(points[i].x - points[j].x) * (points[i].x - points[j].x) + (LL)(points[i].y - points[j].y) * (points[i].y - points[j].y);
                                                                                 ^
0_0_38347475_8251.cpp:58:101: error: 'class std::vector<Point>' has no member named 'y'
             LL dis = (LL)(points[i].x - points[j].x) * (points[i].x - points[j].x) + (LL)(points[i].y - points[j].y) * (points[i].y - points[j].y);
                                                                                                     ^
0_0_38347475_8251.cpp:58:115: error: 'class std::vector<Point>' has no member named 'y'
             LL dis = (LL)(points[i].x - points[j].x) * (points[i].x - points[j].x) + (LL)(points[i].y - points[j].y) * (points[i].y - points[j].y);
                                                                                                                   ^
0_0_38347475_8251.cpp:58:131: error: 'class std::vector<Point>' has no member named 'y'
             LL dis = (LL)(points[i].x - points[j].x) * (points[i].x - points[j].x) + (LL)(points[i].y - points[j].y) * (points[i].y - points[j].y);
                                                                                                                                   ^
0_0_38347475_8251.cpp:58:145: error: 'class std::vector<Point>' has no member named 'y'
             LL dis = (LL)(points[i].x - points[j].x) * (points[i].x - points[j].x) + (LL)(points[i].y - points[j].y) * (points[i].y - points[j].y);
                                                                                                                                                 ^


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-29 11:05:45, Gzip enabled