728x90
반응형
단순 사칙연산 문제이다.
a = int(input())
x = int(input())
b = int(input())
y = int(input())
T = int(input())
A = a + max(T-30, 0)*x*21
B = b + max(T-45, 0)*y*21
print(A, B)
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 20353번 Atrium(python) (0) | 2021.02.10 |
---|---|
백준 알고리즘 20352번 Circus(python) (0) | 2021.02.09 |
백준 알고리즘 20232번 Archivist(python) (0) | 2021.02.09 |
백준 알고리즘 19944번 뉴비의 기준은 뭘까?(python) (0) | 2021.02.09 |
백준 알고리즘 19698번 헛간 청약(python) (0) | 2021.02.09 |