- 龙凤苑中学A班4.28
再分**水
- @ 2024-4-28 17:31:46
#include<bits/stdc++.h>
using namespace std;
int main(){
double a;
int b;
cin>>a>>b;
printf("%.3lf",a/b);
cout<<endl;
cout<<b*2;
return 0;
}
0 comments
No comments so far...
By signing up a Hydro universal account, you can submit code and join discussions in all online judging services provided by us.