Олимпиадные задачи по программированию. Ч. 4. Лучшие решения. Ускова О.Ф - 38 стр.

UptoLike

Составители: 

17 0 13
0 3 5 13 13 15 21 26 27 29 37 39 39 45 51 52 53
3 12 5 8
Nomination Sports
Relay-race
N teams take part in the skiing race (4 times 10km). The jury gets the
information what time has been spent by each participant for a
particular stage of the race.
The task is:
a) To make a list of participants of a concrete team in the
increasing order of the race results, i.e. the name of the
participant who showed the less time among other members
of the same team should be the first, while the name of the
participant who showed the maximum time should be the
last.
b) To find the winner in the individual championship among all
race participants.
c) To find the team which showed the minimum total time.
Nomination Art
Pianist contest
There is a jury at the pianist contest, consisting of 6 musicians.
The maximum mark the jury member can give is 10(ten), the
minimum is 0(zero). You should develop an algorithm (a
program) for:
- making a linear table containing participants surnames and
names and a rectangular one containing the marks given by
each jury member,