← Back to List

13597번: Tri-du ↗

Solutions

Python 3
42 B | 42 chars
print(max(list(map(int,input().split()))))