#include<bits/stdc++.h> using namespace std; int main(){ double r; cin>>r; cout<<"6.0000"<<" "<<"18.8495"<<" "<<"28.2743"; return 0; }