0_0_33809982_25568.cpp:8:11: error: invalid operands of types 'double' and 'int' to binary 'operator<<'
} e[maxm<<1];
^
0_0_33809982_25568.cpp:10:24: error: size of array 'dis' has non-integral type 'double'
int tp,s,t,dis[maxn],cur[maxn],que[maxn];
^
0_0_33809982_25568.cpp:10:34: error: size of array 'cur' has non-integral type 'double'
int tp,s,t,dis[maxn],cur[maxn],que[maxn];
^
0_0_33809982_25568.cpp:10:44: error: size of array 'que' has non-integral type 'double'
int tp,s,t,dis[maxn],cur[maxn],que[maxn];
^
0_0_33809982_25568.cpp:12:22: error: size of array 'v' has non-integral type 'double'
vector<int>v[maxn];
^
0_0_33809982_25568.cpp: In function 'int main()':
0_0_33809982_25568.cpp:93:29: error: 'e' was not declared in this scope
scanf("%d%d%d",&e[i].u,&e[i].v,&e[i].cap);
^
0_0_33809982_25568.cpp:96:14: error: 'e' was not declared in this scope
sort(e,e+m,[](edge a,edge b) {
^
|