deliveries.cpp:14:26: error: expected ',' or '...' before 'U'
14 | void innit(int N , int[] U , int[] V , int[] T , int[] W)
| ^
deliveries.cpp: In function 'void innit(int, int*)':
deliveries.cpp:17:5: error: 'W' was not declared in this scope
17 | W[0]++;
| ^
deliveries.cpp:18:59: error: 'T' was not declared in this scope
18 | for(int i = 0; i < n; i++){ pomm[i] = W[i];pomm2[i] = T[i];}
| ^
deliveries.cpp: At global scope:
deliveries.cpp:22:1: error: 'int64' does not name a type; did you mean 'int64_t'?
22 | int64 max_time(int S , int X)
| ^~~~~
| int64_t