/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 15ms 3.105 MiB
#2 Accepted 15ms 3.098 MiB
#3 Accepted 16ms 3.125 MiB
#4 Accepted 16ms 3.125 MiB
#5 Accepted 15ms 2.906 MiB
#6 Accepted 15ms 3.027 MiB

Code

query = list(map(int, input().split()))
print(min(query))
print(max(query))

Information

Submit By
Type
Submission
Problem
P1022 Minmax
Contest
Brain booster - 1
Language
Python 3 (Python 3.12.3)
Submit At
2023-12-31 14:30:58
Judged At
2024-10-03 14:06:07
Judged By
Score
100
Total Time
16ms
Peak Memory
3.125 MiB