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_37323637_22506.cpp:68:1: error: missing terminating " character
 if(fabs(p[mid].x " p[i].x) <= d)
 ^
0_0_37323637_22506.cpp:73:1: error: missing terminating " character
 for(int j = i+1;j < cnt && tmpt[j].y " tmpt[i].y < d;j++)
 ^
0_0_37323637_22506.cpp: In function 'double Closest_Pair(int, int)':
0_0_37323637_22506.cpp:69:1: error: expected ')' before 'tmpt'
 tmpt[cnt++] = p[i];
 ^
0_0_37323637_22506.cpp:69:19: error: expected ')' before ';' token
 tmpt[cnt++] = p[i];
                   ^
0_0_37323637_22506.cpp:74:1: error: expected ';' before 'd'
 d = min(d,dist(tmpt[i],tmpt[j]));
 ^
0_0_37323637_22506.cpp:74:33: error: expected ')' before ';' token
 d = min(d,dist(tmpt[i],tmpt[j]));
                                 ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2025 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2025-03-11 16:00:22, Gzip enabled