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_33741786_27586.cpp:1:4: error: stray '#' in program
  1 #include<bits/stdc++.h>
    ^
0_0_33741786_27586.cpp:1:2: error: expected unqualified-id before numeric constant
  1 #include<bits/stdc++.h>
  ^
0_0_33741786_27586.cpp:3:2: error: expected unqualified-id before numeric constant
  3 typedef long long ll;
  ^
0_0_33741786_27586.cpp:4:2: error: expected unqualified-id before numeric constant
  4 const int N=2010;
  ^
0_0_33741786_27586.cpp:5:2: error: expected unqualified-id before numeric constant
  5 struct node{
  ^
0_0_33741786_27586.cpp:8:5: error: 'a' does not name a type
  8 }a[N*N];
     ^
0_0_33741786_27586.cpp:9:2: error: expected unqualified-id before numeric constant
  9 struct Point{
  ^
0_0_33741786_27586.cpp:12:1: error: expected unqualified-id before numeric constant
 12 Point p[N];
 ^
0_0_33741786_27586.cpp:13:1: error: expected unqualified-id before numeric constant
 13 bool vis[N];
 ^
0_0_33741786_27586.cpp:14:1: error: expected unqualified-id before numeric constant
 14 bool cmp(const node &a,const node &b){
 ^
0_0_33741786_27586.cpp:17:1: error: expected unqualified-id before numeric constant
 17 double dis(Point A,Point B){//两点间的距离 
 ^
0_0_33741786_27586.cpp:20:1: error: expected unqualified-id before numeric constant
 20 int main()
 ^


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-07-08 18:21:51, Gzip enabled