2025/8/6刷题记录 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n; scanf("%d&qu…… 题解列表 2025年08月06日 0 点赞 0 评论 48 浏览 评分:0.0
2025/8/6刷题记录 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a,b,d; char c;…… 题解列表 2025年08月06日 0 点赞 0 评论 28 浏览 评分:0.0
2025/8/7刷题记录 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n; scanf("%d&qu…… 题解列表 2025年08月07日 0 点赞 0 评论 9 浏览 评分:0.0
2025/8/7刷题记录 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,b,m; scanf("%…… 题解列表 2025年08月07日 0 点赞 0 评论 13 浏览 评分:0.0
2025/8/7刷题记录 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,m; int arr[10];&nb…… 题解列表 2025年08月07日 0 点赞 0 评论 13 浏览 评分:0.0
2025/8/7刷题记录 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ double arr[]={28.9,32.7,45.6,78,35,8…… 题解列表 2025年08月07日 0 点赞 0 评论 11 浏览 评分:0.0
2025/8/7刷题记录 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,b,m; scanf("%…… 题解列表 2025年08月07日 0 点赞 0 评论 9 浏览 评分:0.0
2025/8/7刷题记录 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,age; scanf("%…… 题解列表 2025年08月07日 0 点赞 0 评论 15 浏览 评分:0.0
编写题解 1097: 蛇行矩阵(注释清晰 简单易懂) 摘要: #include int main() { int n; while(~scanf("%d",&n)) //处理多组数据输入 { int j=1,b…… 题解列表 2025年08月08日 0 点赞 0 评论 9 浏览 评分:0.0
编写题解 1096: Minesweeper(很好理解) 摘要: #include #include//用于memset初始化函数 //这个函数不怕麻烦的应该都能写出来,不多解释了 void count(char a[][100],i…… 题解列表 2025年08月08日 1 点赞 0 评论 12 浏览 评分:0.0