Accepted
Code
l = list(map(int, input().split()))
print(min(l))
print(max(l))
Information
- Submit By
- Type
- Submission
- Problem
- P1022 Minmax
- Contest
- Brain booster - 1
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2023-12-31 13:22:36
- Judged At
- 2024-11-11 03:46:44
- Judged By
- Score
- 100
- Total Time
- 22ms
- Peak Memory
- 3.129 MiB