#include <bits/stdc++.h> using namespace std; int main() { double a,b,c; cin >> a >> b; c = a / b; //cout << %lf0.9(c) << endl; //调用 fixed函数 和 setprecision()函数 cout << fixed << setprecision(9) << c << endl; return 0; }
微信直接扫码登录
使用经过邮箱注册的账号密码登录