收起
如果是编程题, 应该是double, 如果是语文题, 那它说啥就是啥.
#include <math.h> #include <stdio.h> #include <stdlib.h> int main() { __auto_type test = 18 / 4 * sqrt(4.0) / 8; int test2 = 18 / 4 * sqrt(4.0) / 8; return 0; }
报告相同问题?