0_0_10555312_3698.cpp:3:25: bits/stdc++.h: No such file or directory
0_0_10555312_3698.cpp:21: error: `istringstream' does not name a type
0_0_10555312_3698.cpp:23: error: expected init-declarator before '<' token
0_0_10555312_3698.cpp:23: error: expected `,' or `;' before '<' token
0_0_10555312_3698.cpp:24: error: `stringstream' does not name a type
0_0_10555312_3698.cpp:25: error: expected init-declarator before '<' token
0_0_10555312_3698.cpp:25: error: expected `,' or `;' before '<' token
0_0_10555312_3698.cpp:31: error: expected constructor, destructor, or type conversion before '<' token
0_0_10555312_3698.cpp:31: error: expected `,' or `;' before '<' token
0_0_10555312_3698.cpp: In function `void init(int)':
0_0_10555312_3698.cpp:37: error: `g' undeclared (first use this function)
0_0_10555312_3698.cpp:37: error: (Each undeclared identifier is reported only once for each function it appears in.)
0_0_10555312_3698.cpp: In function `void add_edge(int, int, ll, ll)':
0_0_10555312_3698.cpp:41: error: `g' undeclared (first use this function)
0_0_10555312_3698.cpp: In function `ll min_cost_flow_neg(int, int, ll)':
0_0_10555312_3698.cpp:47: error: `fill' undeclared (first use this function)
0_0_10555312_3698.cpp:53: error: `g' undeclared (first use this function)
0_0_10555312_3698.cpp:69: error: `min' undeclared (first use this function)
0_0_10555312_3698.cpp: In function `int main()':
0_0_10555312_3698.cpp:87: error: `cin' undeclared (first use this function)
0_0_10555312_3698.cpp:88: error: `ios_base' has not been declared
0_0_10555312_3698.cpp:88: error: `sync_with_stdio' undeclared (first use this function)
0_0_10555312_3698.cpp:110: error: `cout' undeclared (first use this function)
0_0_10555312_3698.cpp:110: error: `endl' undeclared (first use this function)
0_0_10555312_3698.cpp:111: error: `vector' undeclared (first use this function)
0_0_10555312_3698.cpp:111: error: `pair' undeclared (first use this function)
0_0_10555312_3698.cpp:111: error: `pi' undeclared (first use this function)
0_0_10555312_3698.cpp:111: error: `string' undeclared (first use this function)
0_0_10555312_3698.cpp:111: error: `v' undeclared (first use this function)
0_0_10555312_3698.cpp:112: error: `g' undeclared (first use this function)
0_0_10555312_3698.cpp:116: error: `make_pair' undeclared (first use this function)
|