
===== STL =====
文章平均质量分 78
Tabris_
梦想还是要有的,万一实现了呢。
展开
-
2014第五届蓝桥杯C++B组第七题
先挂题解 等会在加工 #include #include #include #include #include using namespace std;//int a[4][10];int sum[10];int a[15]={0,2,4,5,6,7,9,10,11,12};int main(){ for(int i=1;i原创 2016-03-01 16:12:00 · 641 阅读 · 0 评论 -
codeforces 714C Sonya and Queries [思维]【STL】
题目链接:http://codeforces.com/contest/714/problem/C————————————-. C. Sonya and Queries time limit per test1 second memory limit per test256 megabytes inputstandard input outputstandard output Today原创 2016-09-14 14:25:00 · 915 阅读 · 0 评论 -
codeforces 704A Thor [技巧吧.]
题目连接 : http://codeforces.com/problemset/problem/704/A————————————–. A. Thor time limit per test2 seconds memory limit per test256 megabytes inputstandard input outputstandard output Thor is getti原创 2016-08-10 15:19:05 · 727 阅读 · 0 评论 -
2015年蓝桥杯省赛B组C/C++(试题+答案)前几题
一、奖券数目有些人很迷信数字,比如带“4”的数字,认为和“死”谐音,就觉得不吉利。 虽然这些说法纯属无稽之谈,但有时还要迎合大众的需求。某抽奖活动的奖券号码是5位数(10000-99999),要求其中不要出现带“4”的号码,主办单位请你计算一下,如果任何两张奖券不重号,最多可发出奖券多少张。请提交该数字(一个整数),不要写任何多余的内容或说明性文字。简单数学问题 排列组合一下 8*9*9*原创 2016-03-01 20:57:20 · 4898 阅读 · 4 评论 -
「LibreOJ β Round #2」贪心只能过样例 [bitset]【STL】
题目链接:https://loj.ac/problem/515 ——————————————————————————————————515. 「LibreOJ β Round #2」贪心只能过样例内存限制:256 MiB 时间限制:1000 ms 标准输入输出 题目类型:传统 评测方式:文本比较 上传者: nzhtl1477题目描述一共有 nn个数,第 ii 个数 xix_i可以取 [原创 2017-07-03 14:51:58 · 1370 阅读 · 0 评论 -
516. 「LibreOJ β Round #2」DP 一般看规律 [set/SPLAY] 【STL/数据结构】
题目链接:https://loj.ac/problem/516 —————————————————————————————————————————— 516. 「LibreOJ β Round #2」DP 一般看规律 内存限制:512 MiB 时间限制:1000 ms 标准输入输出 题目类型:传统 评测方式:文本比较 上传者: nzhtl1477 提交 提交记录 统计 测试数原创 2017-07-04 21:01:07 · 469 阅读 · 0 评论