Lang:G++
Edit12345678910111213141516171819202122232425262728293031/****************************************************//* File : hiho_week_83.cpp *//* Author : Zhang Yufei *//* Date : 2016-02-03 *//* Description : HihoCoder ACM program. (submit:g++)*//****************************************************//** Update log:* Create by Zhang Yufei in 2016-02-01.* Edit by Zhang Yufei in 2016-02-02.* Submit: WA/RTE* Edit by Zhang Yufei in 2016-02-03.* Submit: WA.*/#include<stdio.h>#include<stdlib.h>/** The structure to store the candidates' data.* Parameters:* @id: The id of the candidate.* @sex: The gender of candidate.* @value: The well-estimated ability value of this candidate.* @salary: The expect salary of this candidate.*/typedef struct node1 {int id;char sex;int value;