- 龙凤苑中学A班4.28
再分肥宅water
- @ 2024-4-28 17:15:39
#include #include
using namespace std;
float n; int t; int main() { cin>>n>>t; n=n/(float)t; t=t*2; cout<<setprecision(3)<<fixed<<n<<endl; cout<<t;
return 0;
}
0 comments
No comments so far...
#include #include
using namespace std;
float n; int t; int main() { cin>>n>>t; n=n/(float)t; t=t*2; cout<<setprecision(3)<<fixed<<n<<endl; cout<<t;
return 0;
}
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.