/ SeriousOJ /

Record Detail

Accepted


  
# Status Time Cost Memory Cost
#1 Accepted 13ms 2.992 MiB
#2 Accepted 13ms 2.887 MiB
#3 Accepted 13ms 3.105 MiB
#4 Accepted 13ms 3.195 MiB
#5 Accepted 13ms 3.02 MiB
#6 Accepted 13ms 3.02 MiB

Code

a,b,c,d=map(int,input().split())

print(min(a,b,c,d))
print(max(a,b,c,d))

Information

Submit By
Type
Submission
Problem
P1022 Minmax
Contest
Brain booster - 1
Language
Python 3 (Python 3.12.3)
Submit At
2023-12-31 15:38:38
Judged At
2024-10-03 14:05:11
Judged By
Score
100
Total Time
13ms
Peak Memory
3.195 MiB