1
2
3
4
5
6
7
|
L=int(input())
A=int(input())
B=int(input())
C=int(input())
D=int(input())
import math
print(min(L,A,B)+min(C,D)-50)
|
cs |
반응형
'python-algorithm' 카테고리의 다른 글
[백준] 10101 (0) | 2020.12.16 |
---|---|
[백준] 5893 (0) | 2020.12.15 |
[백준] 5532 (0) | 2020.12.15 |
[백준] 2753 (0) | 2020.12.15 |
[백준] 2752 (0) | 2020.12.15 |
댓글