{"count":1,"questions":[{"id":7,"category":"programming","difficulty":"hard","question":"What is the time complexity of std::sort in C++?","answer":"O(n log n)","choices":["O(n)","O(log n)","O(n²)","O(n log n)"]}]}