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_30432982_3666.cpp:1:2: error: invalid preprocessing directive #ainclude
 #ainclude<bits/stdc++.h>
  ^
0_0_30432982_3666.cpp:5:1: error: 'pair' does not name a type
 pair<double,int>p[N];
 ^
0_0_30432982_3666.cpp: In function 'int main()':
0_0_30432982_3666.cpp:8:25: error: 'stdin' was not declared in this scope
     freopen("i.txt","r",stdin);
                         ^
0_0_30432982_3666.cpp:8:30: error: 'freopen' was not declared in this scope
     freopen("i.txt","r",stdin);
                              ^
0_0_30432982_3666.cpp:10:25: error: 'scanf' was not declared in this scope
     while(~scanf("%d",&n))
                         ^
0_0_30432982_3666.cpp:24:13: error: 'p' was not declared in this scope
             p[j]={a[i],i};
             ^
0_0_30432982_3666.cpp:27:14: error: 'p' was not declared in this scope
         sort(p,p+m);
              ^
0_0_30432982_3666.cpp:27:19: error: 'sort' was not declared in this scope
         sort(p,p+m);
                   ^
0_0_30432982_3666.cpp:37:30: error: 'printf' was not declared in this scope
         printf("%.2f\n",sum/n);
                              ^


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-23 10:56:21, Gzip enabled