#include<stdio.h>
int main()
{
double t,h,e;
double w;
scanf("%lf%lf%lf",&t,&h,&e);
if(h<0||t>100||e>100)
{
scanf("%lf%lf%lf",&t,&h,&e);
}
w=t*0.2+h*0.3+e*0.5;
printf("%d",(int)w);
}
第四届传智杯_组原成绩
于 2022-11-23 14:58:07 首次发布