fish.cpp:17:23: error: 'long long int max_weights' redeclared as different kind of entity
17 | long long max_weights(int_32t n, int_32t m, std::vector<int_32t> x, std::vector<int_32t> y, std::vector<int_32t> w) {
| ^~~~~~~
In file included from fish.cpp:1:
fish.h:3:11: note: previous declaration 'long long int max_weights(int, int, std::vector<int>, std::vector<int>, std::vector<int>)'
3 | long long max_weights(int N, int M, std::vector<int> X, std::vector<int> Y,
| ^~~~~~~~~~~
fish.cpp:17:23: error: 'int_32t' was not declared in this scope; did you mean 'int32_t'?
17 | long long max_weights(int_32t n, int_32t m, std::vector<int_32t> x, std::vector<int_32t> y, std::vector<int_32t> w) {
| ^~~~~~~
| int32_t
fish.cpp:17:34: error: 'int_32t' was not declared in this scope; did you mean 'int32_t'?
17 | long long max_weights(int_32t n, int_32t m, std::vector<int_32t> x, std::vector<int_32t> y, std::vector<int_32t> w) {
| ^~~~~~~
| int32_t
fish.cpp:17:57: error: 'int_32t' was not declared in this scope; did you mean 'int32_t'?
17 | long long max_weights(int_32t n, int_32t m, std::vector<int_32t> x, std::vector<int_32t> y, std::vector<int_32t> w) {
| ^~~~~~~
| int32_t
fish.cpp:17:64: error: template argument 1 is invalid
17 | long long max_weights(int_32t n, int_32t m, std::vector<int_32t> x, std::vector<int_32t> y, std::vector<int_32t> w) {
| ^
fish.cpp:17:64: error: template argument 2 is invalid
fish.cpp:17:81: error: 'int_32t' was not declared in this scope; did you mean 'int32_t'?
17 | long long max_weights(int_32t n, int_32t m, std::vector<int_32t> x, std::vector<int_32t> y, std::vector<int_32t> w) {
| ^~~~~~~
| int32_t
fish.cpp:17:88: error: template argument 1 is invalid
17 | long long max_weights(int_32t n, int_32t m, std::vector<int_32t> x, std::vector<int_32t> y, std::vector<int_32t> w) {
| ^
fish.cpp:17:88: error: template argument 2 is invalid
fish.cpp:17:105: error: 'int_32t' was not declared in this scope; did you mean 'int32_t'?
17 | long long max_weights(int_32t n, int_32t m, std::vector<int_32t> x, std::vector<int_32t> y, std::vector<int_32t> w) {
| ^~~~~~~
| int32_t
fish.cpp:17:112: error: template argument 1 is invalid
17 | long long max_weights(int_32t n, int_32t m, std::vector<int_32t> x, std::vector<int_32t> y, std::vector<int_32t> w) {
| ^
fish.cpp:17:112: error: template argument 2 is invalid