Run ID:131140
提交时间:2025-09-21 10:31:51
#include<bits/stdc++.h>; using namespace std; int main(){ double a,b; printf(".5lf",a/b); return 0; }