今天问的问题也实在太多了, 但是没有办法。。。。实在不知道那里错了
#include <stdio.h>#include <math.h>
void main ()
{
double a, b, h;
double s = (a+b)*h/2;
scanf ("%lf,%lf,%lf", &a, &b, &h);
printf ("%f", s);
}
--------------------Configuration: 梯形 - Win32 Debug--------------------
Compiling...
tixing.c
Microsoft Visual Studio\MyProjects\梯形\tixing.(9) : error C2146: syntax error : missing ';' before identifier 'printf'
Microsoft Visual Studio\MyProjects\梯形\tixing.c(9) : error C2065: 'c' : undeclared identifier
Microsoft Visual Studio\MyProjects\梯形\tixing.c(10) : error C2001: newline in constant
Microsoft Visual Studio\MyProjects\梯形\tixing.c(11) : error C2143: syntax error : missing ')' before '}'
Error executing cl.exe.
梯形.exe - 4 error(s), 0 warning(s)
应该怎么改好了????或者给个正确的的给我看看。。。。
[ 本帖最后由 飞飞我也 于 2012-7-9 20:16 编辑 ]