3053: 怪盗基德的滑翔翼 最长递增或递减子序列 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; // 定义全局变量k,&n…… 题解列表 2024年12月15日 0 点赞 0 评论 41 浏览 评分:0.0
大神老白1390///////// 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<math.h>int gys(int a,int b){ if (a==b) { retur…… 题解列表 2024年12月15日 0 点赞 0 评论 35 浏览 评分:0.0
3041: 最大子矩阵 应该能看懂吧 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; // 定义全局变量n和三个…… 题解列表 2024年12月15日 0 点赞 0 评论 25 浏览 评分:0.0
使用函数易理解 摘要:解题思路:注意事项:由题可知大写变小写,加32即可,在注意下字符数组的输入输出参考代码:#include <stdio.h>#include <string.h>void fu…… 题解列表 2024年12月15日 2 点赞 2 评论 162 浏览 评分:10.0
1265: 青年歌手大奖赛_评委会打分 向量轻松搞定 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; int main(){ …… 题解列表 2024年12月15日 0 点赞 0 评论 43 浏览 评分:0.0
2128: 信息学奥赛一本通T1264-合唱队形 最长的双向递增子序列 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; int main(){ …… 题解列表 2024年12月15日 0 点赞 0 评论 39 浏览 评分:0.0
推断不重要或重复关系 摘要:解题思路:1. 在 main 函数中,首先定义了两个整数 n 和 m 用于存储关系的数量和节点的数量。2. …… 题解列表 2024年12月15日 0 点赞 0 评论 24 浏览 评分:0.0
2126: 信息学奥赛一本通T1263-友好城市 最长不下降子序列 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; // 定义结构体f,包含两…… 题解列表 2024年12月15日 0 点赞 0 评论 21 浏览 评分:0.0
贝西的训练 摘要:解题思路:1. 在 main 函数开头,定义了整数变量 M (奶牛进山的总时间)、 T (路段数量)、 U&nbs…… 题解列表 2024年12月15日 0 点赞 0 评论 21 浏览 评分:0.0
纯新手for循环 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int a[10]; for(int i=0;i<10;i++){ scanf("…… 题解列表 2024年12月15日 0 点赞 0 评论 129 浏览 评分:10.0