#include "candidate.hpp" int main() { using namespace std; cand b("bob",7,10), a("alice",8,3); cout << ivl::max(a,b) << " takes the job" << endl; }