浮点专题c++ 摘要:#include#includeusing namespace std;int main(){ double a; cin>>a; cout…… 题解列表 2025年10月23日 0 点赞 0 评论 334 浏览 评分:0.0
Py2796-输入输出练习之浮点数专题 摘要:解题思路:注意事项:参考代码:n=float(input())print(f'{n:f}\n{n:.5f}\n{n:e}\n{n:g}')…… 题解列表 2025年11月05日 0 点赞 0 评论 464 浏览 评分:0.0
在哪你都看得到我记住这句话 摘要:解题思路:用一个库直接解决精准输出注意事项:参考代码:#include<iostream>#include<iomanip>using …… 题解列表 2026年03月19日 0 点赞 0 评论 195 浏览 评分:0.0
1811基础解法(简短输出) 摘要:解题思路:题目:输入一个双精度浮点数,输出这个浮点数的%f结果、保留5位小数的结果、%e、%g格式的结果…… 题解列表 2026年04月02日 0 点赞 0 评论 199 浏览 评分:0.0