#include<stdio.h>void main(){ float a,b,h,s; a=3.5; b=6.5; h=2; s=(a+b)*h/2; printf("%f\n",s);
}
Popper0912
onemoo
相关分类