提交时间:2025-07-08 12:19:06

运行 ID: 329754

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