wyh33200 发表于 2014-6-26 12:01:14

编译没问题。可是执行出错!

#include <stdio.h>
void main()
{
printf("%f\n",3/2);
}

页: [1]
查看完整版本: 编译没问题。可是执行出错!