漆器 • 10天前
int main() {
double a, b; scanf("%lf%lf", &a, &b); printf("%lf", a / b);
}
Comments:
请先登录,才能进行评论