4 条题解
-
3
12209水宇辰 (12209水宇辰) LV 9 @ 2021-12-15 17:52:16
#include<iostream> using namespace std; int main() { int A,B,C; cin>>A>>B>>C; cout<<A*0.2+B*0.3+C*0.5; return 0; }
-
-12022-05-14 13:05:28@
#include<iostream>
using namespace std;
int main()
{
int A,B,C;
cin>>A>>B>>C;
cout<<A*0.2+B*0.3+C*0.5;
return 0;
} -
-22021-10-25 09:33:19@
#include<iostream>
using namespace std;
int main()
{
int A,B,C;
cin>>A>>B>>C;
cout<<A*0.2+B*0.3+C*0.5;
return 0;
} -
-32021-11-12 13:28:09@
#include<iostream>
using namespace std;
int main()
{
int A,B,C;
cin>>A>>B>>C;
cout<<A*0.2+B*0.3+C*0.5;
return 0;
}
//12234洪子昊 (12234洪子昊) LV 7 @ 2 周前
//原来你很厉害啊??!
- 1
信息
- ID
- 1688
- 难度
- 1
- 分类
- (无)
- 标签
- 递交数
- 249
- 已通过
- 177
- 通过率
- 71%
- 被复制
- 4
- 上传者