https://old.ynoip.cn/p/1107

psn  •  1年前


#include <cstdio>
using namespace std;

int main(void) {
	double a, b;
	scanf("%lf%lf", &a, &b);
	printf("%lf", a / b);
	return 0;
}

评论:

请先登录,才能进行评论