大神求教(最后WA)
查看原帖
大神求教(最后WA)
732977
wo_xi_zimo楼主2022/6/17 16:41

大神求教(最后过不去)

#include<bits/stdc++.h>
using namespace std;
int main()
{
	double a,b;
	int x,n;
	cin>>a>>b;
	b=b/10;
	x=a+b;
	n=x/1.9;
	cout<<n;
	return 0;
 } 

感谢!!!

2022/6/17 16:41
加载中...