fish.cpp: In function 'long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)':
fish.cpp:30:5: error: expected primary-expression before '/' token
30 | / 0 - used, 1 - free
| ^
fish.cpp:30:19: error: invalid operands of types 'int' and 'void(void*) noexcept' to binary 'operator-'
30 | / 0 - used, 1 - free
| ~ ^ ~~~~
| | |
| int void(void*) noexcept
fish.cpp:31:16: error: 'i' was not declared in this scope
31 | for(ll i=0;i<N;i++){
| ^
fish.cpp:50:1: warning: control reaches end of non-void function [-Wreturn-type]
50 | }
| ^