#include <iostream>
#include <algorithm>
#include <vector>
 
using namespace std;
 
struct properties{
    int index;    // student's index number
    string name;  // name of student
    int points;   // points of exam
 
};
 
 bool less_than(properties const& first, properties const& second)     
    {  
    	return first.points < second.points;    
    }  
 
 
int main()
{
	vector<properties> students;
	sort(students.begin(), students.end(), less_than);
	return 0;
 
}
				I2luY2x1ZGUgPGlvc3RyZWFtPgojaW5jbHVkZSA8YWxnb3JpdGhtPgojaW5jbHVkZSA8dmVjdG9yPgoKdXNpbmcgbmFtZXNwYWNlIHN0ZDsKCnN0cnVjdCBwcm9wZXJ0aWVzewogICAgaW50IGluZGV4OyAgICAvLyBzdHVkZW50J3MgaW5kZXggbnVtYmVyCiAgICBzdHJpbmcgbmFtZTsgIC8vIG5hbWUgb2Ygc3R1ZGVudAogICAgaW50IHBvaW50czsgICAvLyBwb2ludHMgb2YgZXhhbQogICAKfTsKCiBib29sIGxlc3NfdGhhbihwcm9wZXJ0aWVzIGNvbnN0JiBmaXJzdCwgcHJvcGVydGllcyBjb25zdCYgc2Vjb25kKSAgICAgCiAgICB7ICAKICAgIAlyZXR1cm4gZmlyc3QucG9pbnRzIDwgc2Vjb25kLnBvaW50czsgICAgCiAgICB9ICAKCgppbnQgbWFpbigpCnsKCXZlY3Rvcjxwcm9wZXJ0aWVzPiBzdHVkZW50czsKCXNvcnQoc3R1ZGVudHMuYmVnaW4oKSwgc3R1ZGVudHMuZW5kKCksIGxlc3NfdGhhbik7CglyZXR1cm4gMDsKCQp9