#P1587. 【PY】【分支】最大数

【PY】【分支】最大数

问题说明

一行内输入三个整数,输出最大的大数(不可以用max()函数)。

输入格式

三个整数,用空格隔开。

输出格式

最大值
3 4 5
5

来源/分类

⭐ Python