#include using namespace std; int main() { int N; cin >> N; cout << sqrt(N / acos(-1)) * 2 * acos(-1) << endl; }