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_30409735_17569.cpp:100:13: error: stray '\243' in program
             sort(a[i].begin(),a[i].end());//对vector按边权排序;
             ^
0_0_30409735_17569.cpp:100:13: error: stray '\273' in program
0_0_30409735_17569.cpp: In function 'int main()':
0_0_30409735_17569.cpp:101:13: error: expected ';' before 'for'
             for(long long j=a[i].size()-1;j>=0;j--) //反向加边;因为要找前K小的;而前向星又是越是后建的边,越先访问;
             ^
0_0_30409735_17569.cpp:101:43: error: 'j' was not declared in this scope
             for(long long j=a[i].size()-1;j>=0;j--) //反向加边;因为要找前K小的;而前向星又是越是后建的边,越先访问;
                                           ^


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-16 12:41:21, Gzip enabled