简单的写完就行了 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main (){ int a,b; scanf("%d%d",&a,&b); double c; c = (double)a…… 题解列表 2024年11月15日 0 点赞 0 评论 505 浏览 评分:0.0
2765: 计算分数的浮点数值 摘要:```cpp #include #include using namespace std; int main() { int a,b; cin>>a>>b; c…… 题解列表 2023年01月10日 0 点赞 0 评论 257 浏览 评分:0.0
计算分数的浮点数值 摘要:解题思路: 先明确输入的被除数和除数,再用if语句设置前提条件除数不为零,最后输出保留9位小数的双精度浮点数结果注意事项:  …… 题解列表 2025年03月26日 1 点赞 0 评论 271 浏览 评分:0.0