Problem fish
User kxd
Submission Time 2024-05-16 16:56:14
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fish.cpp:35:1: error: ‘int64’ does not name a type; did you mean ‘int64_t’?
35 | int64 max_weights(int n, int m, int[] x, int[] y, int[] w) {
| ^~~~~
| int64_t