- 龙凤苑中学A班4.28
C
- @ 2024-4-28 17:21:14
#include<iostream>
#include <iomanip>
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...