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");
^
|