竞赛
考级
#include <iostream> #include <cstdlib> using namespace std; int main(){ double a,b; cin>>a>>b; printf("%.9f",a/b); }
周
151****9879