Racecar::Racecar(istream& in) : Car(in) { vector result{}; string str{}; while (getline(in, str, \',\')) {