Introduction - If you have any usage issues, please Google them yourself
There are 512 people involved in the game, each assigned a number from 1 to 512, known to each player's game score between 0~999, need to find the highest score and sub scores of game participants. Allow the computer to generate 512 random integers for each participant to score. Outputs all participants and their scores. Using sequential search method, tournament method, through unordered sequence, build heap and heap adjustment three methods, get the highest score and sub high score and its scores, and output.