4 lines
97 B
ObjectPascal
4 lines
97 B
ObjectPascal
// Ïåðâûå 3 ìèíèìóìà
|
|
begin
|
|
SeqRandom().Println().OrderBy(x->x).Distinct().Take(3).Println;
|
|
end. |