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_16379989_11001.cpp:2:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16379989_11001.cpp:3:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16379989_11001.cpp:4:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16379989_11001.cpp:5:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16379989_11001.cpp:6:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16379989_11001.cpp:7:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16379989_11001.cpp:8:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16379989_11001.cpp:9:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16379989_11001.cpp:10:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16379989_11001.cpp:11:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16379989_11001.cpp:12:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16379989_11001.cpp:13:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16379989_11001.cpp:14:9: error: #include expects "FILENAME" or <FILENAME>
 #include
         ^
0_0_16379989_11001.cpp:50:25: error: stray '#' in program
         printf(Scenario #%d
                         ^
0_0_16379989_11001.cpp: In function 'int main()':
0_0_16379989_11001.cpp:38:17: error: expected primary-expression before '%' token
     while(scanf(%d %d,&n,&k),n + k) {
                 ^
0_0_16379989_11001.cpp:38:18: error: 'd' was not declared in this scope
     while(scanf(%d %d,&n,&k),n + k) {
                  ^
0_0_16379989_11001.cpp:38:28: error: 'scanf' was not declared in this scope
     while(scanf(%d %d,&n,&k),n + k) {
                            ^
0_0_16379989_11001.cpp:43:27: error: expected primary-expression before '%' token
                     scanf(%d,&travel[i][j]);
                           ^
0_0_16379989_11001.cpp:44:35: error: expected ';' before 'dp'
                     for(int l=0;l dp[l][j - 1] + cost[l][i][tmp])
                                   ^
0_0_16379989_11001.cpp:44:61: error: 'tmp' was not declared in this scope
                     for(int l=0;l dp[l][j - 1] + cost[l][i][tmp])
                                                             ^
0_0_16379989_11001.cpp:45:21: error: 'minn' was not declared in this scope
                     minn = dp[l][j - 1] + cost[l][i][tmp];
                     ^
0_0_16379989_11001.cpp:47:28: error: 'minn' was not declared in this scope
                 dp[i][j] = minn;
                            ^
0_0_16379989_11001.cpp:50:16: error: 'Scenario' was not declared in this scope
         printf(Scenario #%d
                ^
0_0_16379989_11001.cpp:51:15: error: 'printf' was not declared in this scope
         ++Case);
               ^
0_0_16379989_11001.cpp:53:16: error: 'No' was not declared in this scope
         printf(No flight possible.
                ^
0_0_16379989_11001.cpp:56:16: error: 'The' was not declared in this scope
         printf(The best flight costs %d.
                ^
0_0_16379989_11001.cpp:59:12: error: 'EXIT_SUCCESS' was not declared in this scope
     return EXIT_SUCCESS;
            ^


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-23 05:09:54, Gzip enabled