Introduction - If you have any usage issues, please Google them yourself
1, to achieve the merger of two data files, create a new file 3.txt 2, extracted three subjects for students in make-up and save a new file 4.txt 3, the combined file 3.txt in data in descending order by total score (at least in two sorting method) 4, enter a number of students after school, students can find this additional information and outputs the result (at least in two lookup method) 5, using the structure , such as chain or array to achieve the above requirements.