/ SeriousOJ /

Record Detail

Accepted


  

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
Pretest
Problem
P1022 Minmax
Language
Python 3 (Python 3.12.3)
Submit At
2023-12-31 15:38:33
Judged At
2024-10-03 14:05:11
Judged By
Score
0
Total Time
0ms
Peak Memory
0 Bytes