miao miao • 1年前
int main() {
double a,b,c; scanf("%lf%lf",&a,&b); c=a/b; printf("%.6lf\n",c); return 0;
}
评论:
请先登录,才能进行评论