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