TL

Viết phương trình codeblock hộ e vs ạ mai e thi r

NT
17 tháng 12 2021 lúc 14:42

#include <bits/stdc++.h>

using namespace std;

double x,y;

int main()

{

cin>>x>>y;

cout<<fixed<<setprecision(2)<<x/y;

return 0;

}

Bình luận (0)