2026-04-24 19:50:18 +09:00

1 line
69 B
Python

print((lambda a, b : 2*(a + b*3.141592))(int(input()), int(input())))