编写题解 1097: 蛇行矩阵(注释清晰 简单易懂) 摘要: #include int main() { int n; while(~scanf("%d",&n)) //处理多组数据输入 { int j=1,b…… 题解列表 2025年08月08日 2 点赞 0 评论 508 浏览 评分:10.0
2025/8/8刷题记录 解题思路:只标记不消除只有重复的部分也不会对结果有影响注意事项:参考代码:#include#includeintmain(){ints,n;scanf("%d%d",&s,&n);//创建一个布尔类型数组一开始全是true当在范围时将true变成false这样就 题解列表 2025年08月08日 0 点赞 0 评论 338 浏览 评分:0.0
2025/8/8刷题记录 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int main(){ int n; &n…… 题解列表 2025年08月08日 0 点赞 0 评论 332 浏览 评分:0.0
2025/8/8刷题记录 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int sum; scanf("%d…… 题解列表 2025年08月08日 0 点赞 0 评论 325 浏览 评分:0.0
2025/8/8刷题记录 摘要:解题思路:pow输出是float类型要将小数位省区注意事项:参考代码:#include<stdio.h>#include <math.h>int main(){ &…… 题解列表 2025年08月08日 0 点赞 0 评论 384 浏览 评分:0.0
题解(大佬们帮忙看下,是否有误)  题解列表 2025年08月09日 0 点赞 0 评论 362 浏览 评分:0.0
题解(也不知道对不对,感觉像个数学题) 摘要:解题思路:排列组合注意事项:不确定参考代码:#include<stdio.h>#include<string.h>intmain()…… 题解列表 2025年08月09日 0 点赞 0 评论 315 浏览 评分:0.0
编写题解 3000: 交换值 解题思路:注意事项:参考代码:a=input().split('')b=a[1]c=a[0]print(b,c) 题解列表 2025年08月09日 1 点赞 0 评论 420 浏览 评分:10.0
编写题解 1019: [编程入门]自由下落的距离计算 摘要:解题思路:注意事项:参考代码:# 读取输入数据,M是初始高度,N是落地次数M, N = map(int, input().split())height = M # 当前高度,初始为Mtot…… 题解列表 2025年08月10日 0 点赞 0 评论 644 浏览 评分:0.0