728x90
반응형
구현 언어: 파이썬
ppl, area = map(int, input().split())
a, b, c, d, e = map(int, input().split())
est = ppl * area
print("{} {} {} {} {}".format(a-est, b-est, c-est, d-est, e-est))
시도 횟수: 1
구현 포인트:
728x90
반응형
'Archive > BOJ' 카테고리의 다른 글
백준 3046번: R2 (0) | 2021.02.03 |
---|---|
백준 3003번: 킹, 퀸, 룩, 비숍, 나이트, 폰 (0) | 2021.02.03 |
백준 2558번: A+B - 2 (0) | 2021.02.03 |
백준 2475번: 검증수 (0) | 2021.02.03 |
백준 2338번: 긴자리 계산 (0) | 2021.02.03 |