ai_user @ 2023-02-09 09:49:17
C++中cout默认输出六位有效数字
by T_J_Y @ 2023-03-16 21:36:45
用浮点变量“float”下面是第四题代码
float a; a=500; cout<<(a/3)<<endl;