[백준] 16486번 : 운동장 한 바퀴 - Python(파이썬)

강재원·2022년 9월 19일
0

[코딩테스트] Python

목록 보기
46/200



https://www.acmicpc.net/problem/16486

d1=int(input())
d2=int(input())
pi=3.141592
print(2*d1+2*pi*d2)
profile
개념정리 & 문법 정리 & 알고리즘 공부

0개의 댓글