3310: 单调队列 哈哈哈哈哈哈哈哈 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; // 定义一个队列,用于存储结果 queue<int> q; int m…… 题解列表 2024年11月30日 0 点赞 0 评论 478 浏览 评分:0.0
编写题解 1227: 日期排序 #includestructa{inta;intb;intc;};intmain(){structaa[6];structaqw;for(intq=0;q<6;q++){scanf("%d/%d/%d",&a[q].a,&a[q].b,&a[q].c);//输入}for(intq=0;q<6;q++) 题解列表 2024年11月30日 3 点赞 0 评论 909 浏览 评分:9.9
使用unordered_map解题 摘要:解题思路:充分利用STL容器的特性-unordered_map, 对其进行存放和计算 得出第一个个数为1的小写字母注意事项: 参考代码:#include<bits/stdc++.h>char sear…… 题解列表 2024年11月30日 1 点赞 0 评论 673 浏览 评分:0.0
rock,scissors and paper 解题思路:这里根据3个string长度不同就直接用int标记封装一个判断函数函数判断就三种结果要么前面赢(8,5;4,8,;5,4;)要不后面赢(这里复制一下就好了)要不平局(s1.size()==s2.size())注意事项:参考代码:#includeusingname 题解列表 2024年11月30日 0 点赞 0 评论 644 浏览 评分:0.0
编写题解 1997: 日期换算 摘要:解题思路:注意事项:参考代码:import java.util.*;public class Main{ public static void main(String[] args){ …… 题解列表 2024年11月30日 0 点赞 0 评论 475 浏览 评分:0.0
找树根和孩子 结构体 怎么感觉我把这题想难了 哈哈哈哈哈 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; // 定义结构体sss,包含两个整数成员x和y struct sss{ …… 题解列表 2024年11月30日 0 点赞 0 评论 448 浏览 评分:0.0
查找特定值(简单易懂!!!) 摘要:解题思路:注意事项:参考代码:#includeint main(){ int n,i,x; int count=0; int a[10000]; scanf("%d",&n);…… 题解列表 2024年11月30日 0 点赞 0 评论 559 浏览 评分:9.9
基因相关性(简单易懂) 摘要:解题思路:注意事项:注意sum和n的类型。参考代码:#include<stdio.h>#include<string.h>int main(){ int i; double n,j,k; …… 题解列表 2024年11月30日 1 点赞 0 评论 811 浏览 评分:9.9
随便解释一下吧 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main ( ){ char s1[201]={0} ,s2[201]={0} ; int i=0 ,a=0 ,c=…… 题解列表 2024年11月30日 0 点赞 0 评论 651 浏览 评分:10.0
3086: 信息学奥赛一本通T1337-单词查找树 真阴啊这题 摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h" using namespace std; // 定义一个字符串数组,用于存储输入的字符串 string s[2000…… 题解列表 2024年11月30日 0 点赞 0 评论 453 浏览 评分:0.0