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_16301716_11061.c:8:1: error: expected identifier or '(' before '/' token
 //最大流
 ^
0_0_16301716_11061.c:8:1: error: stray '\327' in program
0_0_16301716_11061.c:8:1: error: stray '\356' in program
0_0_16301716_11061.c:8:1: error: stray '\264' in program
0_0_16301716_11061.c:8:1: error: stray '\363' in program
0_0_16301716_11061.c:8:1: error: stray '\301' in program
0_0_16301716_11061.c:8:1: error: stray '\367' in program
0_0_16301716_11061.c:9:1: error: stray '\266' in program
 //codevs3549多数据 
 ^
0_0_16301716_11061.c:9:1: error: stray '\340' in program
0_0_16301716_11061.c:9:1: error: stray '\312' in program
0_0_16301716_11061.c:9:1: error: stray '\375' in program
0_0_16301716_11061.c:9:1: error: stray '\276' in program
0_0_16301716_11061.c:9:1: error: stray '\335' in program
0_0_16301716_11061.c:10:18: error: expected identifier or '(' before '/' token
 int m,n,s,t,ap=1;//m条边,n个点,s源点,t汇点
                  ^
0_0_16301716_11061.c:10:18: error: stray '\314' in program
0_0_16301716_11061.c:10:18: error: stray '\365' in program
0_0_16301716_11061.c:10:18: error: stray '\261' in program
0_0_16301716_11061.c:10:18: error: stray '\337' in program
0_0_16301716_11061.c:10:18: error: stray '\243' in program
0_0_16301716_11061.c:10:18: error: stray '\254' in program
0_0_16301716_11061.c:10:18: error: stray '\270' in program
0_0_16301716_11061.c:10:18: error: stray '\366' in program
0_0_16301716_11061.c:10:18: error: stray '\265' in program
0_0_16301716_11061.c:10:18: error: stray '\343' in program
0_0_16301716_11061.c:10:18: error: stray '\243' in program
0_0_16301716_11061.c:10:18: error: stray '\254' in program
0_0_16301716_11061.c:10:18: error: stray '\324' in program
0_0_16301716_11061.c:10:18: error: stray '\264' in program
0_0_16301716_11061.c:10:18: error: stray '\265' in program
0_0_16301716_11061.c:10:18: error: stray '\343' in program
0_0_16301716_11061.c:10:18: error: stray '\243' in program
0_0_16301716_11061.c:10:18: error: stray '\254' in program
0_0_16301716_11061.c:10:18: error: stray '\273' in program
0_0_16301716_11061.c:10:18: error: stray '\343' in program
0_0_16301716_11061.c:10:18: error: stray '\265' in program
0_0_16301716_11061.c:10:18: error: stray '\343' in program
0_0_16301716_11061.c: In function 'link':
0_0_16301716_11061.c:15:9: error: 'ap' undeclared (first use in this function)
  list[++ap]=v,next[ap]=head[u],head[u]=ap,f[ap]=c;
         ^
0_0_16301716_11061.c:15:9: note: each undeclared identifier is reported only once for each function it appears in
0_0_16301716_11061.c:16:51: error: expected expression before '/' token
  list[++ap]=u,next[ap]=head[v],head[v]=ap,f[ap]=0;//反向边
                                                   ^
0_0_16301716_11061.c:16:51: error: stray '\267' in program
0_0_16301716_11061.c:16:51: error: stray '\264' in program
0_0_16301716_11061.c:16:51: error: stray '\317' in program
0_0_16301716_11061.c:16:51: error: stray '\362' in program
0_0_16301716_11061.c:16:51: error: stray '\261' in program
0_0_16301716_11061.c:16:51: error: stray '\337' in program
0_0_16301716_11061.c: In function 'bfs':
0_0_16301716_11061.c:20:14: error: 'n' undeclared (first use in this function)
  for(i=1; i<=n; i++)dis[i]=-1;
              ^
0_0_16301716_11061.c:20:21: error: 'dis' undeclared (first use in this function)
  for(i=1; i<=n; i++)dis[i]=-1;
                     ^
0_0_16301716_11061.c:21:6: error: 's' undeclared (first use in this function)
  dis[s]=0;
      ^
0_0_16301716_11061.c:24:18: error: expected expression before '/' token
   now=q[front++];//每点只出入队一次
                  ^
0_0_16301716_11061.c:24:18: error: stray '\303' in program
0_0_16301716_11061.c:24:18: error: stray '\277' in program
0_0_16301716_11061.c:24:18: error: stray '\265' in program
0_0_16301716_11061.c:24:18: error: stray '\343' in program
0_0_16301716_11061.c:24:18: error: stray '\326' in program
0_0_16301716_11061.c:24:18: error: stray '\273' in program
0_0_16301716_11061.c:24:18: error: stray '\263' in program
0_0_16301716_11061.c:24:18: error: stray '\366' in program
0_0_16301716_11061.c:24:18: error: stray '\310' in program
0_0_16301716_11061.c:24:18: error: stray '\353' in program
0_0_16301716_11061.c:24:18: error: stray '\266' in program
0_0_16301716_11061.c:24:18: error: stray '\323' in program
0_0_16301716_11061.c:24:18: error: stray '\322' in program
0_0_16301716_11061.c:24:18: error: stray '\273' in program
0_0_16301716_11061.c:24:18: error: stray '\264' in program
0_0_16301716_11061.c:24:18: error: stray '\316' in program
0_0_16301716_11061.c:26:4: error: stray '\323' in program
    if(dis[list[x]]<0 && f[x]>0) { //有边
    ^
0_0_16301716_11061.c:26:4: error: stray '\320' in program
0_0_16301716_11061.c:26:4: error: stray '\261' in program
0_0_16301716_11061.c:26:4: error: stray '\337' in program
0_0_16301716_11061.c:32:9: error: 't' undeclared (first use in this function)
  if(dis[t]>0)return 1;
         ^
0_0_16301716_11061.c: In function 'dfs':
0_0_16301716_11061.c:35:27: error: expected expression before '/' token
 int dfs(int now,int low) {//low是该点流入流量
                           ^
0_0_16301716_11061.c:35:27: error: stray '\312' in program
0_0_16301716_11061.c:35:27: error: stray '\307' in program
0_0_16301716_11061.c:35:27: error: stray '\270' in program
0_0_16301716_11061.c:35:27: error: stray '\303' in program
0_0_16301716_11061.c:35:27: error: stray '\265' in program
0_0_16301716_11061.c:35:27: error: stray '\343' in program
0_0_16301716_11061.c:35:27: error: stray '\301' in program
0_0_16301716_11061.c:35:27: error: stray '\367' in program
0_0_16301716_11061.c:35:27: error: stray '\310' in program
0_0_16301716_11061.c:35:27: error: stray '\353' in program
0_0_16301716_11061.c:35:27: error: stray '\301' in program
0_0_16301716_11061.c:35:27: error: stray '\367' in program
0_0_16301716_11061.c:35:27: error: stray '\301' in program
0_0_16301716_11061.c:35:27: error: stray '\277' in program
0_0_16301716_11061.c:37:10: error: 't' undeclared (first use in this function)
  if(now==t)return low;
          ^
0_0_16301716_11061.c:38:6: error: 'x' undeclared (first use in this function)
  for(x=head[now]; x && low-res; x=next[x]) {
      ^
0_0_16301716_11061.c:38:28: error: 'res' undeclared (first use in this function)
  for(x=head[now]; x && low-res; x=next[x]) {
                            ^
0_0_16301716_11061.c:39:16: error: 'dis' undeclared (first use in this function)
   if(f[x]>0 && dis[now]+1==dis[list[x]]) {
                ^
0_0_16301716_11061.c:40:4: error: 'a' undeclared (first use in this function)
    a=dfs(list[x],min(low-res,f[x]));
    ^
0_0_16301716_11061.c:42:11: error: expected expression before '/' token
    res+=a;//res记录累计流量
           ^
0_0_16301716_11061.c:42:11: error: stray '\274' in program
0_0_16301716_11061.c:42:11: error: stray '\307' in program
0_0_16301716_11061.c:42:11: error: stray '\302' in program
0_0_16301716_11061.c:42:11: error: stray '\274' in program
0_0_16301716_11061.c:42:11: error: stray '\300' in program
0_0_16301716_11061.c:42:11: error: stray '\333' in program
0_0_16301716_11061.c:42:11: error: stray '\274' in program
0_0_16301716_11061.c:42:11: error: stray '\306' in program
0_0_16301716_11061.c:42:11: error: stray '\301' in program
0_0_16301716_11061.c:42:11: error: stray '\367' in program
0_0_16301716_11061.c:42:11: error: stray '\301' in program
0_0_16301716_11061.c:42:11: error: stray '\277' in program
0_0_16301716_11061.c:45:13: error: expected expression before '/' token
  return res;//返回累计流出流量
             ^
0_0_16301716_11061.c:45:13: error: stray '\267' in program
0_0_16301716_11061.c:45:13: error: stray '\265' in program
0_0_16301716_11061.c:45:13: error: stray '\273' in program
0_0_16301716_11061.c:45:13: error: stray '\330' in program
0_0_16301716_11061.c:45:13: error: stray '\300' in program
0_0_16301716_11061.c:45:13: error: stray '\333' in program
0_0_16301716_11061.c:45:13: error: stray '\274' in program
0_0_16301716_11061.c:45:13: error: stray '\306' in program
0_0_16301716_11061.c:45:13: error: stray '\301' in program
0_0_16301716_11061.c:45:13: error: stray '\367' in program
0_0_16301716_11061.c:45:13: error: stray '\263' in program
0_0_16301716_11061.c:45:13: error: stray '\366' in program
0_0_16301716_11061.c:45:13: error: stray '\301' in program
0_0_16301716_11061.c:45:13: error: stray '\367' in program
0_0_16301716_11061.c:45:13: error: stray '\301' in program
0_0_16301716_11061.c:45:13: error: stray '\277' in program
0_0_16301716_11061.c: In function 'main':
0_0_16301716_11061.c:51:17: error: 'n' undeclared (first use in this function)
   scanf("%d%d",&n,&m);
                 ^
0_0_16301716_11061.c:51:20: error: 'm' undeclared (first use in this function)
   scanf("%d%d",&n,&m);
                    ^
0_0_16301716_11061.c:57:3: error: 'ap' undeclared (first use in this function)
   ap=1;
   ^
0_0_16301716_11061.c:58:3: error: 's' undeclared (first use in this function)
   s=1,t=n;
   ^
0_0_16301716_11061.c:58:7: error: 't' und


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-07-02 14:16:50, Gzip enabled