#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...