0_0_37690537_11617.cpp:9:15: error: expected primary-expression before '=' token
const int N = =1e6 + 10;
^
0_0_37690537_11617.cpp:11:8: error: size of array 'e' is not an integral constant-expression
int e[N], ne[N], h[N], idx;
^
0_0_37690537_11617.cpp:11:15: error: size of array 'ne' is not an integral constant-expression
int e[N], ne[N], h[N], idx;
^
0_0_37690537_11617.cpp:11:21: error: size of array 'h' is not an integral constant-expression
int e[N], ne[N], h[N], idx;
^
0_0_37690537_11617.cpp:12:11: error: size of array 'w' is not an integral constant-expression
double w[N], dist[N];
^
0_0_37690537_11617.cpp:12:20: error: size of array 'dist' is not an integral constant-expression
double w[N], dist[N];
^
0_0_37690537_11617.cpp:13:11: error: size of array 'cnt' is not an integral constant-expression
int cnt[N];
^
0_0_37690537_11617.cpp:14:11: error: size of array 'vis' is not an integral constant-expression
bool vis[N];
^
|