Introduction - If you have any usage issues, please Google them yourself
Define a student class student, the student class has three private data members: num (student number), name (name), age (the age of) two public member functions: display, paixu. Use paixu function according to the first letter of the name of small to large, display student is responsible for displaying basic information.