Run ID:131148

提交时间:2025-09-21 11:08:35

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