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_33484694_32209.cpp:62:9: error: stray '\241' in program
         mn_cost+=dis[endd]*f;             mx_flow+=f;
         ^
0_0_33484694_32209.cpp:62:9: error: stray '\241' in program
0_0_33484694_32209.cpp:62:9: error: stray '\241' in program
0_0_33484694_32209.cpp:62:9: error: stray '\241' in program
0_0_33484694_32209.cpp:62:9: error: stray '\241' in program
0_0_33484694_32209.cpp:62:9: error: stray '\241' in program
0_0_33484694_32209.cpp:62:9: error: stray '\241' in program
0_0_33484694_32209.cpp:62:9: error: stray '\241' in program
0_0_33484694_32209.cpp:62:9: error: stray '\241' in program
0_0_33484694_32209.cpp:62:9: error: stray '\241' in program
0_0_33484694_32209.cpp: In function 'int spfa()':
0_0_33484694_32209.cpp:11:16: error: 'mx' was not declared in this scope
         dis[i]=mx;
                ^
0_0_33484694_32209.cpp:12:29: error: 'memset' was not declared in this scope
     memset(vis,0,sizeof(vis));
                             ^
0_0_33484694_32209.cpp:15:5: error: 'queue' was not declared in this scope
     queue<int>p;
     ^
0_0_33484694_32209.cpp:15:11: error: expected primary-expression before 'int'
     queue<int>p;
           ^
0_0_33484694_32209.cpp:16:5: error: 'p' was not declared in this scope
     p.push(st);//st頁軟泣
     ^
0_0_33484694_32209.cpp:42:19: error: 'mx' was not declared in this scope
     if(dis[endd]>=mx)
                   ^
0_0_33484694_32209.cpp: In function 'void bfs(int)':
0_0_33484694_32209.cpp:48:31: error: 'memset' was not declared in this scope
     memset(flow,0,sizeof(flow));
                               ^
0_0_33484694_32209.cpp:53:15: error: 'mx' was not declared in this scope
         int f=mx;
               ^
0_0_33484694_32209.cpp:55:51: error: 'min' was not declared in this scope
             f=min(f,cap[pre[i]][i]-flow[pre[i]][i]);
                                                   ^


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-10-24 16:25:53, Gzip enabled