#include #include #include using namespace std; int T; main() { cin>>T; for(;T--;) { double R;cin>>R; cout<