一道有趣的题,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:10
2014-05-08 14:14

2014-05-08 16:18
2014-05-08 17:13
2014-05-08 18:19
2014-05-08 18:24

2014-05-08 18:27
2014-05-08 18:30





2014-05-08 18:51