错误在哪,运行怎么内存不能read
#include "stdio.h" #include "math.h"
main ()
{
float a,b,c;
scanf("%f,%f",a,b);
c=a-b;
printf("c=%5.2f",c);
}
怎么我运行的时候说内存不能read 什么情况?
2012-06-14 20:51
2012-06-14 21:04
2012-06-14 21:05
2012-06-14 21:38
2012-06-14 22:03