/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 21ms 2.883 MiB
#2 Accepted 20ms 3.066 MiB
#3 Accepted 20ms 3.129 MiB
#4 Accepted 20ms 3.125 MiB
#5 Accepted 21ms 3.109 MiB
#6 Accepted 21ms 2.938 MiB

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-10-03 14:06:40
Judged By
Score
100
Total Time
21ms
Peak Memory
3.129 MiB