提交时间:2025-07-07 15:28:38

运行 ID: 328806

#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<1.0*a/b; return 0; }