10 lines
262 B
Text
10 lines
262 B
Text
import system'routines;
|
|
import extensions;
|
|
|
|
public Program()
|
|
{
|
|
Console.printLine(Console.readLine()
|
|
.split()
|
|
.selectBy(mssgconst toInt<intConvertOp>[1])
|
|
.summarize())
|
|
}
|