#include<bits/stdc++.h> using namespace std; int main(){ double d; cin>>d; printf("%f\n%0.5f\n%e\n%g\n",d,d,d,d); return 0; }
使用您的 Hydro 通用账户