sb才看

漆器  •  10天前


include <stdio.h>

int main() {

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

}


Comments:

请先登录,才能进行评论