题目描述

Write a program that reads in five integers and determines and prints the largest and the smallest integers in the group. Use only the programming techniques you learned in this chapter


输入格式

A line that contains five integers


输出格式

Prints the largest and the smallest integers in the group


样例数据

输入

512 214 313 121 61

输出

Largest is 512
Smallest is 61

备注


操作

评测记录

优秀代码

信息

时间限制: 1s
内存限制: 128MB
评测模式: Normal

题解