是第七行2a不对吗
#include <stdio.h>
int main()
{
float a,b,c,s,v;
a=1;
b=2;
c=3;
s=2*a*b+2*b*c+2*a*c;
v=a*b*c;
printf("%f **** %f\n",s,v);
return 0;
}
我说怎么我的框不见了,原来是这个原因。函数是JS内容,form是HTML,是两个内容吆,如想在JS中写入HTML,举个例子document.write("<p>hello</h>")
定义main函数用int,最后return 0;