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_13806725_21490.cpp:1:10: error: #include expects "FILENAME" or <FILENAME>
 #include #include #include #include using namespace std;double a[10000];double b[10000];int ti[10000];double dis(int i,int j){    return sqrt((a[i]-a[j])*(a[i]-a[j])+(b[i]-b[j])*(b[i]-b[j]));}int main(){    int t,n;    scanf("%d",&t);    while(t--)    {        scanf("%d",&n);        double ans=0;        for(int i=0;i      
          ^


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-01-10 11:51:27, Gzip enabled