Write a function std::string classifyGrade(int score) in C++ that returns 'Pass with Distinction' for score >= 90, 'Pass' for score >= 50, and 'Fail' otherwise.
Score 95: Pass with Distinction Score 65: Pass [✓] Conditionals evaluated cleanly (Time: 0.008s, Memory: 2.2 MB)