Problem binaryroads
User OIaspirant2307
Submission Time 2024-01-24 17:39:49
Score 0
Max Time N/A
Max Memory N/A

Compile Error

binaryroads.cpp:5:15: error: exponent has no digits
5 | const int N = 2e*5 + 1;
| ^~
binaryroads.cpp:6:26: error: size of array ā€˜gā€™ is not an integral constant-expression
6 | vector<pair<int, int>> g[N];
| ^