提交时间:2025-05-03 20:29:16

运行 ID: 320262

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