提交时间:2025-09-13 21:08:40
运行 ID: 348158
#include <bits/stdc++.h> using namespace std; int main(){ double a,b; cin>>a>>b; cout<<a/b; return 0; }