1248: 简单的事情 摘要:```cpp #include using namespace std; unsigned long long int jiecheng(int n) { if(n==0) …… 题解列表 2023年02月01日 0 点赞 0 评论 278 浏览 评分:9.9
简单的事情(模拟) 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;longlongfa…… 题解列表 2025年04月08日 0 点赞 0 评论 75 浏览 评分:0.0