← Back to List

19751번: Fractification ↗

Solutions

Python 3
72 B | 72 chars
l = sorted([*map(int, input().split())])

print(l[0], l[2], l[1], l[3])