川のブログ

川の適当気ままなブログです。 

ABC 002

ABC 002 A - 正直者

こんにちは川です。 python3で解きました。 ソースコード num=[] num=[int(i) for i in input().split()] print(max(num))