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_37197039_24496.cpp:4:1: error: 'itn' does not name a type
 itn data[maxn];
 ^
0_0_37197039_24496.cpp: In function 'int Partition(int, int)':
0_0_37197039_24496.cpp:15:10: error: 'data' was not declared in this scope
 int temp=data[right];
          ^
0_0_37197039_24496.cpp: In function 'void quicksort(int, int)':
0_0_37197039_24496.cpp:28:27: error: 'partition' was not declared in this scope
 int i=partition(left,right);
                           ^
0_0_37197039_24496.cpp: In function 'int main()':
0_0_37197039_24496.cpp:37:34: error: 'data' was not declared in this scope
 for(int i=1;i<=n;i++)scanf("%d",&data[i]);
                                  ^
0_0_37197039_24496.cpp:39:15: error: 'data' was not declared in this scope
 printf("%d\n",data[(n+1)/2];
               ^


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-05-18 23:38:04, Gzip enabled