#include #include int main() { double a, b; std::cin >> a >> b; std::cout << 2 * acos(-1.0) * (b - a) << std::endl; }