/usr/bin/ld: /tmp/ccZRmpCi.o: in function `main':
grader.cpp:(.text.startup+0x0): multiple definition of `main'; /tmp/ccKGpXOj.o:soccer.cpp:(.text.startup+0x0): first defined here
/usr/bin/ld: /tmp/ccKGpXOj.o: in function `main':
soccer.cpp:(.text.startup+0x361): undefined reference to `biggest_stadium(int, std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >)'
/usr/bin/ld: /tmp/ccZRmpCi.o: in function `main':
grader.cpp:(.text.startup+0x4ac): undefined reference to `biggest_stadium(int, std::vector<std::vector<int, std::allocator<int> >, std::allocator<std::vector<int, std::allocator<int> > > >)'
collect2: error: ld returned 1 exit status