提交时间:2025-01-04 09:04:08

运行 ID: 307361

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