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_16380966_31321.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16380966_31321.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16380966_31321.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16380966_31321.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16380966_31321.cpp:6:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16380966_31321.cpp:7:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16380966_31321.cpp:16:5: error: expected type-specifier before '{' token
     {
     ^
0_0_16380966_31321.cpp:24:1: error: 'vectorG' does not name a type
 vectorG[M];
 ^
0_0_16380966_31321.cpp: In function 'void init()':
0_0_16380966_31321.cpp:38:5: error: expected ';' before 'G'
     G[i].clear();
     ^
0_0_16380966_31321.cpp:38:5: error: 'G' was not declared in this scope
0_0_16380966_31321.cpp:38:17: error: expected ')' before ';' token
     G[i].clear();
                 ^
0_0_16380966_31321.cpp: In function 'void bfs()':
0_0_16380966_31321.cpp:43:5: error: expected ';' before 'for'
     for(int j=0; j
     ^
0_0_16380966_31321.cpp:43:5: error: expected primary-expression before 'for'
0_0_16380966_31321.cpp:43:5: error: expected ')' before 'for'
0_0_16380966_31321.cpp:44:5: error: expected ';' before 'dp'
     dp[i][j]=0;
     ^
0_0_16380966_31321.cpp:44:15: error: expected ')' before ';' token
     dp[i][j]=0;
               ^
0_0_16380966_31321.cpp:45:5: error: 'priority_queue' was not declared in this scope
     priority_queue q;
     ^
0_0_16380966_31321.cpp:46:5: error: 'q' was not declared in this scope
     q.push((node){s,0,0});
     ^
0_0_16380966_31321.cpp:54:31: error: 'printf' was not declared in this scope
             printf("%d\n",cost);
                               ^
0_0_16380966_31321.cpp:57:12: error: 'rescost' was not declared in this scope
         if(rescost+val[u]))//������1��λ�ͣ��ܹ����Ѹ���
            ^
0_0_16380966_31321.cpp:57:27: error: expected primary-expression before ')' token
         if(rescost+val[u]))//������1��λ�ͣ��ܹ����Ѹ���
                           ^
0_0_16380966_31321.cpp:66:13: error: expected ')' before 'if'
             if(dp[v][res-dist]==0||dp[v][res-dist]cost)//�ܹ��ﵽ��һ���ڵ㣬���һ��Ѹ���
             ^
0_0_16380966_31321.cpp:71:9: error: expected primary-expression before '}' token
         }
         ^
0_0_16380966_31321.cpp:73:26: error: 'printf' was not declared in this scope
     printf("impossible\n");
                          ^
0_0_16380966_31321.cpp: In function 'int main()':
0_0_16380966_31321.cpp:78:30: error: 'scanf' was not declared in this scope
     while( scanf("%d%d",&n,&m)!=EOF)
                              ^
0_0_16380966_31321.cpp:78:33: error: 'EOF' was not declared in this scope
     while( scanf("%d%d",&n,&m)!=EOF)
                                 ^
0_0_16380966_31321.cpp:82:9: error: expected ';' before 'scanf'
         scanf("%d",&val[i]);
         ^
0_0_16380966_31321.cpp:82:28: error: expected ')' before ';' token
         scanf("%d",&val[i]);
                            ^
0_0_16380966_31321.cpp:85:9: error: expected ';' before '{' token
         {
         ^
0_0_16380966_31321.cpp:85:9: error: expected primary-expression before '{' token
0_0_16380966_31321.cpp:85:9: error: expected ')' before '{' token


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-26 20:32:49, Gzip enabled