一道有趣的题,y 的值是多少?
#include <stdio.h> #include <stdlib.h>
int main()
{
double x,y;
x = 1;
y = x + 3/2;
return 0;
}
//y的值为多少?
2014-05-08 14:00
2014-05-08 14:14
2014-05-08 17:13





2014-05-08 18:51








2014-05-08 18:52







get
2014-05-08 21:21