aplusb.cpp: In function 'std::vector<int> smallest_sums(std::vector<int>, std::vector<int>)':
aplusb.cpp:45:22: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
45 | if ((int)C.size() == A.size()) {
| ~~~~~~~~~~~~~~^~~~~~~~~~~
/usr/bin/ld: /tmp/ccaBn39j.o: in function `main':
grader.cpp:(.text.startup+0x271): undefined reference to `smallest_sums(int, std::vector<int, std::allocator<int> >, std::vector<int, std::allocator<int> >)'
collect2: error: ld returned 1 exit status