2025/8/8刷题记录 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int sum; scanf("%d…… 题解列表 2025年08月08日 0 点赞 0 评论 11 浏览 评分:0.0
2025/8/8刷题记录 摘要:解题思路:pow输出是float类型要将小数位省区注意事项:参考代码:#include<stdio.h>#include <math.h>int main(){ &…… 题解列表 2025年08月08日 0 点赞 0 评论 12 浏览 评分:0.0
题解(大佬们帮忙看下,是否有误) 摘要:…… 题解列表 2025年08月09日 0 点赞 0 评论 8 浏览 评分:0.0
题解(也不知道对不对,感觉像个数学题) 摘要:解题思路:排列组合注意事项:不确定参考代码:#include<stdio.h>#include<string.h>intmain()…… 题解列表 2025年08月09日 0 点赞 0 评论 4 浏览 评分:0.0
编写题解 3000: 交换值 摘要:解题思路:注意事项:参考代码:a=input().split(' ')b=a[1]c=a[0]print(b,c)…… 题解列表 2025年08月09日 1 点赞 0 评论 8 浏览 评分:10.0