ans

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

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

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