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_16386560_5249.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16386560_5249.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16386560_5249.cpp: In function 'void input()':
0_0_16386560_5249.cpp:20:5: error: expected ';' before '{' token
     {
     ^
0_0_16386560_5249.cpp:20:5: error: expected primary-expression before '{' token
0_0_16386560_5249.cpp:20:5: error: expected ')' before '{' token
0_0_16386560_5249.cpp:21:27: error: 'scanf' was not declared in this scope
         scanf("%d%d",&a,&b);
                           ^
0_0_16386560_5249.cpp: In function 'void topSort()':
0_0_16386560_5249.cpp:33:5: error: expected ')' before '{' token
     {
     ^
0_0_16386560_5249.cpp:35:9: error: expected ';' before 'if'
         if(!visited[i]&&0==inDev[i])
         ^
0_0_16386560_5249.cpp:35:9: error: expected primary-expression before 'if'
0_0_16386560_5249.cpp:35:9: error: expected ')' before 'if'
0_0_16386560_5249.cpp:38:19: error: 'printf' was not declared in this scope
         printf(" ");
                   ^
0_0_16386560_5249.cpp:40:22: error: 'printf' was not declared in this scope
         printf("%d",i);
                      ^
0_0_16386560_5249.cpp:43:9: error: expected ';' before 'if'
         if(g[i][j])
         ^
0_0_16386560_5249.cpp:43:9: error: expected primary-expression before 'if'
0_0_16386560_5249.cpp:43:9: error: expected ')' before 'if'
0_0_16386560_5249.cpp:46:16: error: 'printf' was not declared in this scope
     printf("\n");
                ^
0_0_16386560_5249.cpp: In function 'int main()':
0_0_16386560_5249.cpp:50:29: error: 'scanf' was not declared in this scope
     while(scanf("%d%d",&n,&m)!=EOF)
                             ^
0_0_16386560_5249.cpp:50:32: error: 'EOF' was not declared in this scope
     while(scanf("%d%d",&n,&m)!=EOF)
                                ^


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 16:06:22, Gzip enabled