[求助]printf函数的使用
这是程序
#include "stdio.h"
#include "math.h"
main()
{
float a,b,c,s,area;
printf("已知三角行三边长求其面积");
}
请问为什么运行后是乱码?
在线急救
这是程序
#include "stdio.h"
#include "math.h"
main()
{
float a,b,c,s,area;
printf("已知三角行三边长求其面积");
}
请问为什么运行后是乱码?
在线急救
2007-07-28 23:31
2007-07-28 23:34
不能输出中文
2007-07-28 23:53
2007-07-29 00:43
2007-07-29 10:32
2007-07-29 14:09