提交时间:2025-10-11 17:37:15
运行 ID: 69816
#include<iostream> using namespace std; int main() { double a, b; printf("%.9f",a/b); return 0; }