sb才看

王治国很勇敢  •  6个月前


include <stdio.h>

int main() {

double a, b;
scanf("%lf%lf", &a, &b);
printf("%lf", a / b);

}


评论:

请先登录,才能进行评论