ans

062_lichangyi 2020-11-28 13:38:37 14 返回题目

#include <bits/stdc++.h> using namespace std; int main() { int a, b; cin >> a >> b; cout << fixed << setprecision(4) << a * 1.0 / b; return 0; }

{{ vote && vote.total.up }}