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_16259042_7571.cpp:2:4: error: stray '#' in program
 04.#include <cmath>  
    ^
0_0_16259042_7571.cpp:3:4: error: stray '#' in program
 05.#include <algorithm>  
    ^
0_0_16259042_7571.cpp:4:4: error: stray '#' in program
 06.#define MAXN 100005  
    ^
0_0_16259042_7571.cpp:2:1: error: expected unqualified-id before numeric constant
 04.#include <cmath>  
 ^
0_0_16259042_7571.cpp:7:1: error: expected unqualified-id before numeric constant
 09.struct Point  
 ^
0_0_16259042_7571.cpp:11:1: error: expected unqualified-id before numeric constant
 13.struct Point point[MAXN],*px[MAXN],*py[MAXN];  
 ^
0_0_16259042_7571.cpp:12:1: error: expected unqualified-id before numeric constant
 14.double get_dis(Point *p1,Point *p2)  
 ^
0_0_16259042_7571.cpp:16:1: error: expected unqualified-id before numeric constant
 18.bool cmpx(Point *p1,Point *p2) {return p1->x<p2->x;}  
 ^
0_0_16259042_7571.cpp:17:1: error: expected unqualified-id before numeric constant
 19.bool cmpy(Point *p1,Point *p2) {return p1->y<p2->y;}  
 ^
0_0_16259042_7571.cpp:18:1: error: expected unqualified-id before numeric constant
 20.double min(double a,double b){return a<b?a:b;}  
 ^
0_0_16259042_7571.cpp:19:1: error: expected unqualified-id before numeric constant
 21.//-------ºËÐÄ´úÂë------------//  
 ^


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-30 01:30:57, Gzip enabled