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_31811196_32274.cpp: In function 'void Floyd()':
0_0_31811196_32274.cpp:19:39: error: 'k' was not declared in this scope
     dist[i][j]=min(dist[i][j],dist[i][k]+dist[k][j]);
                                       ^
0_0_31811196_32274.cpp: At global scope:
0_0_31811196_32274.cpp:22:2: error: expected unqualified-id before 'if'
  if(ans < INF) printf("%d\n",ans);
  ^
0_0_31811196_32274.cpp:23:2: error: expected unqualified-id before 'else'
  else puts("It's impossible.");
  ^
0_0_31811196_32274.cpp:24:1: error: expected declaration 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-06-29 14:50:45, Gzip enabled