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