详解 附验证代码 摘要:解题思路:float可存有效数位为7-8,超出存不进去。double可存15-16位有效数字看a的输出 为1.00000001 虽然遇到了%.f保留小数点后9位,但是数字本身没有变化,可以认为,a的类…… 题解列表 2026年05月20日 0 点赞 0 评论 63 浏览 评分:0.0
C++简单解法 摘要:#includeusing namespace std;int main(void){ cout…… 题解列表 2025年03月02日 1 点赞 0 评论 456 浏览 评分:10.0
2756: 类型转换2 摘要:自己思考...... ```cpp #include using namespace std; int main() { cout…… 题解列表 2022年12月03日 0 点赞 0 评论 954 浏览 评分:5.0