16486번 풀이 [Python]

sua·2022년 7월 7일
0

Baekjoon

목록 보기
77/161
post-thumbnail

문제


풀이

a = int(input())
b = int(input())
print((a + b * 3.141592) * 2)
profile
가보자고

0개의 댓글