Accepted
Code
numbers = list(map(int, input().split()))
lowest = min(numbers)
largest = max(numbers)
print(lowest)
print(largest)
Information
- Submit By
- Type
- Submission
- Problem
- P1022 Minmax
- Language
- Python 3 (Python 3.12.3)
- Submit At
- 2024-11-05 21:21:05
- Judged At
- 2024-11-11 02:25:31
- Judged By
- Score
- 100
- Total Time
- 16ms
- Peak Memory
- 3.109 MiB