sb才看

漆器  •  2个月前


include <stdio.h>

int main() {

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

}


评论:

请先登录,才能进行评论