What is the output with the given input? 85 Lisa 76 Tina 56 Bell 65 Ben -1 class Student { public: void SetScoreAndName (int student Score, string studentName) { score = student Score; name = studentName; }; int Get Score () const { return score; }; string GetName() const { return name; private: int score; string name; }; Tell me what you want to do int main() { vector> currScore; while (currScore > 0) { cin >> currName; currStudent.SetScoreAndName (currScore, currName); studentList.push_back (currStudent); totalScore += currScore; cin >> currScore; cout << "Students: "; = for (i 0; i < studentList.size(); i++) { cout << studentList.at (3 i). GetName() << " "; } return 0; } a. Students: Lisa Bell Ben Tina b. Students: Lisa Tina Ben Bell c. Students: Ben Bell Tina Lisa d. Students: Lisa Tina Bell Ben