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_34423717_31560.cpp:17:12: error: 'long long long' is too long for GCC
 #define ll long long 
            ^
0_0_34423717_31560.cpp:20:19: note: in expansion of macro 'll'
 typedef long long ll;
                   ^
0_0_34423717_31560.cpp:17:17: error: 'long long long' is too long for GCC
 #define ll long long 
                 ^
0_0_34423717_31560.cpp:20:19: note: in expansion of macro 'll'
 typedef long long ll;
                   ^
0_0_34423717_31560.cpp:17:17: error: declaration does not declare anything [-fpermissive]
 #define ll long long 
                 ^
0_0_34423717_31560.cpp:20:19: note: in expansion of macro 'll'
 typedef long long ll;
                   ^
0_0_34423717_31560.cpp:19:13: error: expected unqualified-id before numeric constant
 #define INF INT_MAX
             ^
0_0_34423717_31560.cpp:21:11: note: in expansion of macro 'INF'
 const int INF = 0x3f3f3f3f;
           ^
0_0_34423717_31560.cpp: In function 'int main()':
0_0_34423717_31560.cpp:113:31: error: too many arguments to function 'void add(int, int, long long int)'
      add(f(i-1,j),f(i,j), 1, 0);
                               ^
0_0_34423717_31560.cpp:37:6: note: declared here
 void add(int u , int v, ll w) {   
      ^
0_0_34423717_31560.cpp:115:29: error: too many arguments to function 'void add(int, int, long long int)'
      add(f(i,j-1),f(i,j),1,0);
                             ^
0_0_34423717_31560.cpp:37:6: note: declared here
 void add(int u , int v, ll w) {   
      ^
0_0_34423717_31560.cpp:130:19: error: 'Dinic' was not declared in this scope
   puts(Dinic(st,ed) == a ? "Yes" : "No");
                   ^


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-26 12:46:32, Gzip enabled