打表学神再次崛起

魈凯KBS  •  5个月前


include<bits/stdc++.h>

using namespace std; int main(){

double d;
cin>>d;
cout<<setprecision(2)<<fixed<<d<<endl;
return 0;

}


评论:

but不通我叫你爸爸


魈凯KBS  •  5个月前