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