Run ID:139002
提交时间:2025-11-30 21:31:10
#include<iostream> using namespace std; int main() { int a,b; cin>>a>>b; printf("%.5lf",a/b); return 0; }