编写题解 1248: 简单的事情 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int main(){ double a,b,c,d; while(scanf("%lf%lf",&a,&b)!=EOF){…… 题解列表 2021年10月31日 0 点赞 0 评论 432 浏览 评分:9.9
1248: 简单的事情 摘要:```cpp #include using namespace std; unsigned long long int jiecheng(int n) { if(n==0) …… 题解列表 2023年02月01日 0 点赞 0 评论 278 浏览 评分:9.9