题解列表
蓝桥杯算法提高VIP-队列操作
摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"using namespace std;// 定义……
编写题解 1227: 日期排序
摘要:importjava.util.*;publicclassMain{  publicstaticvoidmain(String[]args){ &……
3310: 单调队列 哈哈哈哈哈哈哈哈
摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"using namespace std;// 定义……
编写题解 1227: 日期排序
摘要:#includestructa{inta;intb;intc;};intmain(){structaa[6];structaqw;for(intq=0;q<6;q++){scanf("……
使用unordered_map解题
摘要:解题思路:充分利用STL容器的特性-unordered_map,对其进行存放和计算得出第一个个数为1的小写字母注意事项:&nbsp;参考代码:#include<bits/stdc++.h……
rock,scissors and paper
摘要:解题思路:这里根据3个string长度不同就直接用int标记封装一个判断函数函数判断就三种结果要么前面赢(8,5;4,8,;5,4;)要不后面赢(这里复制一下就好了)要不平局(s1.size()==s……
编写题解 1997: 日期换算
摘要:解题思路:注意事项:参考代码:importjava.util.*;publicclassMain{&nbsp;&nbsp;publicstaticvoidmain(String[]ar……
找树根和孩子 结构体 怎么感觉我把这题想难了 哈哈哈哈哈
摘要:解题思路:注意事项:参考代码:#include"bits/stdc++.h"using&nbsp;namespace&nbsp;std;//&nbsp;定义……
查找特定值(简单易懂!!!)
摘要:解题思路:注意事项:参考代码:#includeintmain(){&nbsp;&nbsp;intn,i,x;&nbsp;&nbsp;intcount=0;&nb……