提交时间:2025-03-02 09:57:51
运行 ID: 310776
#include<iostream> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<1.0*a/b; return 0; }