![]() |
#2
维c2007-10-28 17:34
|
#include <stdlib.h>
main()
{
int a,b,h;
float v;
scanf("%d%d%d",&a,&b,&h);
v=a*b*h;
printf("V=%f\n",v);
system("pause");
}
结果不正确,请教!
[此贴子已经被作者于2007-10-28 17:29:40编辑过]