Accepted
Code
l=[]
a,b,c,d=map(int,input().split())
l.append(a)
l.append(b)
l.append(c)
l.append(d)
print(min(l))
print(max(l))
Information
- Submit By
- Type
- Submission
- Problem
- P1022 Minmax
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2024-01-11 18:46:51
- Judged At
- 2024-11-11 03:43:32
- Judged By
- Score
- 100
- Total Time
- 15ms
- Peak Memory
- 3.129 MiB