排序日期(重写Comparator的compare方法) 摘要:解题思路:注意事项:参考代码:public static void main(String[] args) { Scanner sc = new Scanner(System…… 题解列表 2025年03月04日 0 点赞 0 评论 528 浏览 评分:0.0
猴子吃桃的问题 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int y=1,i=1;//y为最后一天的桃子数 int n; scanf("…… 题解列表 2025年03月04日 5 点赞 0 评论 910 浏览 评分:6.0
用栈的方式求解 摘要:解题思路:1.a[]用于存储小队中每个队员的战力值。2.l[]用于存入a数组元素中左边第一个大于它的元素…… 题解列表 2025年03月03日 2 点赞 0 评论 635 浏览 评分:10.0
2680: 蓝桥杯2022年第十三届省赛真题-纸张尺寸 摘要:解题思路:注意事项:#include <stdio.h>#include <stdlib.h>int main(){ int n; &nb…… 题解列表 2025年03月04日 0 点赞 0 评论 488 浏览 评分:10.0
嘻嘻,记录一下子 摘要:#includeint main(void){ int N; int i; int j; int n; scanf("%d",&N); …… 题解列表 2025年03月04日 0 点赞 0 评论 656 浏览 评分:0.0
嘻嘻,再记录一下子 摘要:#includeint main(void){ int N; int i; int num[1000]; scanf("%d",&N); …… 题解列表 2025年03月04日 0 点赞 0 评论 479 浏览 评分:0.0
你的名字yes 摘要:#includeint main(void){ int i; int high[10]; for(i=0;i…… 题解列表 2025年03月04日 0 点赞 0 评论 311 浏览 评分:0.0
C++简单解法 摘要:解题思路:属于基础题目注意事项:参考代码:一般做法#include<iostream>using namespace std;int main(void…… 题解列表 2025年03月04日 1 点赞 0 评论 1060 浏览 评分:0.0
C++简单解法 摘要:解题思路:属于基础题目,重要的是知道求绝对值的函数fabs及如何控制小数点后的位数注意事项:参考代码:#include<iostream>#include<cmath>#inc…… 题解列表 2025年03月04日 0 点赞 0 评论 338 浏览 评分:0.0