提交时间:2025-10-06 15:54:39

运行 ID: 354775

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