invknapsack.cpp: In function 'int main()':
invknapsack.cpp:23:49: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
invknapsack.cpp:27:28: error: cannot pass objects of non-trivially-copyable type 'class std::vector<int>' through '...'
invknapsack.cpp:27:28: warning: format '%u' expects argument of type 'unsigned int', but argument 2 has type 'std::vector<int>' [-Wformat]
invknapsack.cpp:10:19: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]