| Problem | binaryroads | 
|---|---|
| User | OIaspirant2307 | 
| Submission Time | 2024-01-24 17:40:20 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 binaryroads.cpp:5:15: error: exponent has no digits
    5 | const int N = 1e*5 + 1;
      |               ^~
binaryroads.cpp:6:26: error: size of array āgā is not an integral constant-expression
    6 | vector<pair<int, int>> g[N];
      |                          ^