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_26623712_11736\Main.java:41: 错误: 二元运算符 '-' 的操作数类型错误
        while(ll - 1 >= low && points[mid] - points[ll].x <= minDis) {ll--;}
                                           ^
  第一个类型:  Point
  第二个类型: double
0_0_26623712_11736\Main.java:43: 错误: 二元运算符 '-' 的操作数类型错误
        while(hh + 1 <= high && points[hh].x - points[mid] <= minDis) {hh--;}
                                             ^
  第一个类型:  double
  第二个类型: Point
2 个错误


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-05 20:53:10, Gzip enabled