Run ID:4752
提交时间:2024-09-14 21:04:57
#include <cstdio> using namespace std; int main(){ float a,b; cin<<a<<b; printf("%.5f",a/b); return 0; }