ops1211
ops1211
全部文章
寒假备战蓝桥杯
2019寒假ap协会第二周(2)
ap协会第二周(1)
csdn用法(3)
dp(4)
stl(1)
大数运算(1)
尺取法(2)
带权并查集(1)
并查集(1)
思维(1)
数论(7)
未归档(31)
模板(10)
石油大个人训练赛题目集(1)
蓝桥备战模板(1)
题解(3)
归档
标签
去牛客网
登录
/
注册
ops1211的博客
全部文章
/ 寒假备战蓝桥杯
(共5篇)
凑平方数(dfs提高,set,字符串)
#include<iostream> #include<string> #include<set> #include<map> #include<algorithm> using namespace std; long long shu[2...
2019-04-24
0
677
第几个幸运数(stl:优先队列,set)(蓝桥)
https://blog.csdn.net/ryo_218/article/details/84866037 #include<cstdio> #include<cstdlib> #include<cstring> #include<cmath> #...
2019-03-14
0
553
日期问题
#include<iostream> #include<set> #include<iterator> using namespace std; int t[13]={0,31,28,31,30,31,30,31,31,30,31,30,31}; int l[1...
2019-02-25
0
472
蓝桥杯 马虎的算式(暴力五重循环)
小明是个急性子,上小学的时候经常把老师写在黑板上的题目抄错了。 有一次,老师出的题目是:36 x 495 = ? 他却给抄成了:396 x 45 = ? 但结果却很戏剧性,他的答案竟然是对的!! 假设 a b c d e 代表1~9不同的5个数字(注意是各不相同的数字,且不含0) 能满足形如: ab...
2019-01-22
0
525
UVA 10815 Andy's First Dictionary(stringstream,set等)
Andy’s First Dictionary Andy, 8, has a dream - he wants to produce his very own dictionary. This is not an easy task for him, as the number of words t...
2019-01-21
0
425