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_28546434_7755.c:2:1: error: unknown type name 'using'
 using namespace std;
 ^
0_0_28546434_7755.c:2:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'std'
 using namespace std;
                 ^
0_0_28546434_7755.c:8:9: error: unknown type name 'student'
 int cmp(student a,student b)
         ^
0_0_28546434_7755.c:8:19: error: unknown type name 'student'
 int cmp(student a,student b)
                   ^
0_0_28546434_7755.c: In function 'main':
0_0_28546434_7755.c:27:31: error: 'cmp' undeclared (first use in this function)
         stable_sort(stu,stu+n,cmp);
                               ^
0_0_28546434_7755.c:27:31: note: each undeclared identifier is reported only once for each function it appears in


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-04 08:22:13, Gzip enabled