救 救 蒟 蒻 吧
查看原帖
救 救 蒟 蒻 吧
1419307
k115414_楼主2024/10/1 14:11
#include<bits/stdc++.h>
using namespace std;
int main()
{
	int a,b,c,f=0;
	cin>>a>>b>>c;
	f+=a*0.2;
	f+=b*0.3;
	f+=c*0.5;
	cout<<f;
	return 0;
}
2024/10/1 14:11
加载中...