728x90
반응형
단순 수학 문제이다.
d1 = int(input())
d2 = int(input())
pi = 3.141592
ans = d1*2 + 2*d2*pi
print(ans)
728x90
반응형
'Agorithm > 백준 알고리즘' 카테고리의 다른 글
백준 알고리즘 16648번 Contemporary Art(python) (0) | 2021.02.08 |
---|---|
백준 알고리즘 16600번 Contemporary Art(python) (0) | 2021.02.08 |
백준 알고리즘 16431번 베시와 데이지(python) (0) | 2021.02.08 |
백준 알고리즘 16428번 A/B - 3(python) (0) | 2021.02.08 |
백준 알고리즘 16204번 카드 뽑기(python) (0) | 2021.02.08 |