11056 - Formula 1


Difficulty : easy

Solution Description :

Sorting and String processing problem

Convert all the time to millisecond and compare them (use long is enough) 
right a cmp function such that if it is equal, sort by the name. use strcasecmp to compare string case insensitively.

Remember the line
" lexicographically, case-insensitive comparisons"

For this i got 2 time wrong ans