竞赛
考级
a,b,c=map(int,input().split()) print(int(a0.2+b0.3+c*0.5))
郭智铭
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; int d=a0.2+b0.3+c*0.5; cout<<d; return 0; }
e
点个赞吧!
蔡景皓
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,c; cin>>a>>b>>c; cout<<a0.2+b0.3+c*0.5; return 0; }
智慧达达(1)
#include <iostream> using namespace std; int main(){ int A,B,C; cin>>A>>B>>C; cout<<A0.2+B0.3+C*0.5; return 0; }
150****9508
共46条
提交答案之后,这里将显示提交结果~