Problem race
User shoryu386
Submission Time 2023-03-12 16:57:23
Score 0
Max Time N/A
Max Memory N/A

Compile Error

race.cpp:101:1: error: ‘ll’ does not name a type; did you mean ‘al’?
101 | ll randint(ll a, ll b) {
| ^~
| al
race.cpp: In function ‘int32_t best_path(int32_t, int32_t, int32_t (*)[2], int32_t*)’:
race.cpp:115:6: error: ‘randint’ was not declared in this scope
115 | dfs(randint(0, n-1), -1, 0);
| ^~~~~~~