提交时间:2026-03-19 20:45:06

运行 ID: 433156

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