supertrees.cpp: In function 'int construct(std::vector<std::vector<int> >)':
supertrees.cpp:68:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
68 | for(int j = 0; j < row.size(); j ++) {
| ~~^~~~~~~~~~~~
supertrees.cpp:99:26: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<int>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
99 | for(int j = 0; j < row.size(); j ++) {
| ~~^~~~~~~~~~~~
/usr/bin/ld: /tmp/ccLo80HQ.o: in function `build(std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >)':
grader.cpp:(.text+0x320): multiple definition of `build(std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >)'; /tmp/cc1GUt7P.o:supertrees.cpp:(.text+0x0): first defined here
collect2: error: ld returned 1 exit status