求助!感谢!
查看原帖
求助!感谢!
535821
DADL434楼主2021/8/4 21:47
//P5706.cpp C语言 
#include <cstdio>
using namespace std;
int main()
{
	double t;
	int n;
	scanf("lf%d",&t,&n);
	printf("%.3f\n%d",t/n,n*2);
	return 0;
}
为啥全是WA?各位帮我一下,谢!
2021/8/4 21:47
加载中...