fish.cpp: In function 'long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)':
fish.cpp:8:14: error: expected ',' or ';' before ':' token
8 | int n = N:
| ^
fish.cpp:10:5: error: 'll' was not declared in this scope
10 | ll sum = 0;
| ^~
fish.cpp:11:21: error: 'm' was not declared in this scope
11 | for(int i = 0;i<m;i++){
| ^
fish.cpp:12:9: error: 'sum' was not declared in this scope
12 | sum+=W[i];
| ^~~
fish.cpp:16:12: error: 'sum' was not declared in this scope
16 | return sum;
| ^~~