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_37486390_30451.cpp:10:5: error: stray '\241' in program
     if(s==t){ printf(“%d “, s); return; }  //打印起点
     ^
0_0_37486390_30451.cpp:10:5: error: stray '\260' in program
0_0_37486390_30451.cpp:10:5: error: stray '\241' in program
0_0_37486390_30451.cpp:10:5: error: stray '\260' in program
0_0_37486390_30451.cpp:12:5: error: stray '\241' in program
     printf(“%d “, t);                    //后打印当前点。最后打印的是终点t
     ^
0_0_37486390_30451.cpp:12:5: error: stray '\260' in program
0_0_37486390_30451.cpp:12:5: error: stray '\241' in program
0_0_37486390_30451.cpp:12:5: error: stray '\260' in program
0_0_37486390_30451.cpp:28:9: error: stray '\241' in program
         printf(“%d\n”, d[n]);
         ^
0_0_37486390_30451.cpp:28:9: error: stray '\260' in program
0_0_37486390_30451.cpp:28:9: error: stray '\' in program
0_0_37486390_30451.cpp:28:9: error: stray '\241' in program
0_0_37486390_30451.cpp:28:9: error: stray '\261' in program
0_0_37486390_30451.cpp:32:5: error: stray '\241' in program
     while(~scanf(“%d%d”, &n, &m)) {
     ^
0_0_37486390_30451.cpp:32:5: error: stray '\260' in program
0_0_37486390_30451.cpp:32:5: error: stray '\241' in program
0_0_37486390_30451.cpp:32:5: error: stray '\261' in program
0_0_37486390_30451.cpp:37:13: error: stray '\241' in program
             scanf(“%d%d%d”,&a,&b,&c);
             ^
0_0_37486390_30451.cpp:37:13: error: stray '\260' in program
0_0_37486390_30451.cpp:37:13: error: stray '\241' in program
0_0_37486390_30451.cpp:37:13: error: stray '\261' in program
0_0_37486390_30451.cpp: In function 'void print_path(int, int)':
0_0_37486390_30451.cpp:10:24: error: expected primary-expression before '%' token
     if(s==t){ printf(“%d “, s); return; }  //打印起点
                        ^
0_0_37486390_30451.cpp:10:25: error: 'd' was not declared in this scope
     if(s==t){ printf(“%d “, s); return; }  //打印起点
                         ^
0_0_37486390_30451.cpp:12:14: error: expected primary-expression before '%' token
     printf(“%d “, t);                    //后打印当前点。最后打印的是终点t
              ^
0_0_37486390_30451.cpp:12:15: error: 'd' was not declared in this scope
     printf(“%d “, t);                    //后打印当前点。最后打印的是终点t
               ^
0_0_37486390_30451.cpp: In function 'void bellman()':
0_0_37486390_30451.cpp:28:18: error: expected primary-expression before '%' token
         printf(“%d\n”, d[n]);
                  ^
0_0_37486390_30451.cpp: In function 'int main()':
0_0_37486390_30451.cpp:32:20: error: expected primary-expression before '%' token
     while(~scanf(“%d%d”, &n, &m)) {
                    ^
0_0_37486390_30451.cpp:32:21: error: 'd' was not declared in this scope
     while(~scanf(“%d%d”, &n, &m)) {
                     ^
0_0_37486390_30451.cpp:37:21: error: expected primary-expression before '%' token
             scanf(“%d%d%d”,&a,&b,&c);
                     ^


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-06-26 21:34:06, Gzip enabled