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_32852893_978.cpp: In function 'void sort()':
0_0_32852893_978.cpp:3:24: error: 'vertex' was not declared in this scope
     for(int i = 1;i <= vertex;i++)
                        ^
0_0_32852893_978.cpp:6:30: error: 'indegree' was not declared in this scope
         while(j <= vertex && indegree[j])
                              ^
0_0_32852893_978.cpp:10:30: error: 'puts' was not declared in this scope
             puts("IMPOSSIBLE");
                              ^
0_0_32852893_978.cpp:13:9: error: 'indegree' was not declared in this scope
         indegree[j]--;
         ^
0_0_32852893_978.cpp:14:9: error: 'result' was not declared in this scope
         result[i] = j;
         ^
0_0_32852893_978.cpp:15:13: error: 'head' was not declared in this scope
         j = head[j];
             ^
0_0_32852893_978.cpp:18:22: error: 'adjlist' was not declared in this scope
             indegree[adjlist[j].v]--;
                      ^
0_0_32852893_978.cpp:22:24: error: 'vertex' was not declared in this scope
     for(int i = 1;i <= vertex;i++)
                        ^
0_0_32852893_978.cpp:23:23: error: 'result' was not declared in this scope
         printf("%d\n",result[i]);
                       ^
0_0_32852893_978.cpp:23:32: error: 'printf' was not declared in this scope
         printf("%d\n",result[i]);
                                ^


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-27 01:27:05, Gzip enabled