提交时间:2025-08-28 19:39:51

运行 ID: 345023

#include <bits/stdc++.h> using namespace std; double a,b; int main(){ cin>>a>>b; cout<<a/b; return 0; }