2781:奇偶ASCII值判断 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ char ch; scanf("%c",&ch); if(ch%2==1…… 题解列表 2026年04月08日 0 点赞 0 评论 101 浏览 评分:0.0
利用变换次数 摘要:解题思路:利用左支不变右支变注意事项:参考代码:#include<bits/stdc++.h>usingnamespacestd;intma…… 题解列表 2026年04月07日 0 点赞 0 评论 106 浏览 评分:0.0
没毛病,100%正确 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(Str…… 题解列表 2026年04月07日 0 点赞 0 评论 84 浏览 评分:0.0
没毛病,100%正确 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(Str…… 题解列表 2026年04月07日 0 点赞 0 评论 69 浏览 评分:0.0
提交没问题 摘要:解题思路:注意事项:参考代码:import java.util.Scanner;public class Main { public static void main(Str…… 题解列表 2026年04月07日 0 点赞 0 评论 100 浏览 评分:0.0
3334: 蓝桥杯2025年第十六届省赛真题-园艺 摘要:#include<stdio.h>int main(){ int lh;//最后一棵树的高度 in…… 题解列表 2026年04月06日 0 点赞 0 评论 109 浏览 评分:0.0
简单版bfs解法 摘要:解题思路:注意事项:参考代码:#include<bits/stdc++.h>using namespace std;const int MAX=105;int row,col;//定义行,…… 题解列表 2026年04月06日 0 点赞 0 评论 93 浏览 评分:0.0
编写题解 1169: 绝对值排序 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ while(1) &nb…… 题解列表 2026年04月04日 0 点赞 0 评论 74 浏览 评分:0.0
编写题解 1023: [编程入门]选择排序 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int number[10]={0}; for(…… 题解列表 2026年04月04日 1 点赞 0 评论 175 浏览 评分:0.0