![]() |
#2
rjsp2021-03-24 15:44
|
#include<stdio.h>
int main(){
double p=1,w,s,d,f;
scanf("%d,%d",&s,w);
if(s<250){
f=p*w*s;
printf("总运费%d",&f);
}
return 0;
}