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_27036408_20464.cpp:5:14: error: expected '{' before ';' token
 namespace std;
              ^
0_0_27036408_20464.cpp:4:22: error: expected unqualified-id before 'using'
 #define LL long long using
                      ^
0_0_27036408_20464.cpp:7:1: note: in expansion of macro 'LL'
 LL w[AX][AX];
 ^
0_0_27036408_20464.cpp:4:22: error: expected unqualified-id before 'using'
 #define LL long long using
                      ^
0_0_27036408_20464.cpp:8:1: note: in expansion of macro 'LL'
 LL lx[AX], ly[AX];
 ^
0_0_27036408_20464.cpp:4:22: error: expected unqualified-id before 'using'
 #define LL long long using
                      ^
0_0_27036408_20464.cpp:10:1: note: in expansion of macro 'LL'
 LL slack[AX];
 ^
0_0_27036408_20464.cpp: In function 'void std::bfs(int)':
0_0_27036408_20464.cpp:19:9: error: 'slack' was not declared in this scope
         slack[i] = INF;
         ^
0_0_27036408_20464.cpp:30:21: error: 'slack' was not declared in this scope
                 if( slack[i] > lx[x] + ly[i] - w[x][i] )
                     ^
0_0_27036408_20464.cpp:30:32: error: 'lx' was not declared in this scope
                 if( slack[i] > lx[x] + ly[i] - w[x][i] )
                                ^
0_0_27036408_20464.cpp:30:40: error: 'ly' was not declared in this scope
                 if( slack[i] > lx[x] + ly[i] - w[x][i] )
                                        ^
0_0_27036408_20464.cpp:30:48: error: 'w' was not declared in this scope
                 if( slack[i] > lx[x] + ly[i] - w[x][i] )
                                                ^
0_0_27036408_20464.cpp:35:21: error: 'slack' was not declared in this scope
                 if( slack[i] < delta )
                     ^
0_0_27036408_20464.cpp:42:17: error: 'lx' was not declared in this scope
                 lx[linker[i]] -= delta, ly[i] += delta;
                 ^
0_0_27036408_20464.cpp:42:41: error: 'ly' was not declared in this scope
                 lx[linker[i]] -= delta, ly[i] += delta;
                                         ^
0_0_27036408_20464.cpp:44:17: error: 'slack' was not declared in this scope
                 slack[i] -= delta;
                 ^
0_0_27036408_20464.cpp: In function 'void std::KM()':
0_0_27036408_20464.cpp:55:13: error: 'lx' was not declared in this scope
     memset( lx, 0,sizeof(lx) );
             ^
0_0_27036408_20464.cpp:56:13: error: 'ly' was not declared in this scope
     memset( ly, 0,sizeof(ly) );
             ^
0_0_27036408_20464.cpp: In function 'int std::main()':
0_0_27036408_20464.cpp:4:22: error: expected unqualified-id before 'using'
 #define LL long long using
                      ^
0_0_27036408_20464.cpp:69:5: note: in expansion of macro 'LL'
     LL x ;
     ^
0_0_27036408_20464.cpp:77:31: error: 'x' was not declared in this scope
                 scanf("%lld",&x);
                               ^
0_0_27036408_20464.cpp:78:17: error: 'w' was not declared in this scope
                 w[i][j] = 0 - x ;
                 ^
0_0_27036408_20464.cpp:4:22: error: expected unqualified-id before 'using'
 #define LL long long using
                      ^
0_0_27036408_20464.cpp:82:9: note: in expansion of macro 'LL'
         LL res = 0 ;
         ^
0_0_27036408_20464.cpp:87:17: error: 'res' was not declared in this scope
                 res += w[linker[i]][i] ;
                 ^
0_0_27036408_20464.cpp:87:24: error: 'w' was not declared in this scope
                 res += w[linker[i]][i] ;
                        ^
0_0_27036408_20464.cpp:90:44: error: 'res' was not declared in this scope
         printf("Case #%d: %lld\n",++Case,0-res);
                                            ^
0_0_27036408_20464.cpp: At global scope:
0_0_27036408_20464.cpp:93:1: error: expected '}' at end of input
 }
 ^


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-05 23:47:14, Gzip enabled