摘要: 题目链接:http://codeforces.com/problemset/problem/55/D D. Beautiful numbers time limit per test 4 seconds time limit per test memory limit per test 256 me 阅读全文
posted @ 2018-07-25 14:33 执||念 阅读(301) 评论(0) 推荐(0)
摘要: 题目链接:http://poj.org/problem?id=3252 Round Numbers Time Limit: 2000MS Memory Limit: 65536K Total Submissions: 15688 Accepted: 6408 Description The cows 阅读全文
posted @ 2018-07-25 11:40 执||念 阅读(154) 评论(0) 推荐(0)
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=4734 F(x) Time Limit: 1000/500 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submissi 阅读全文
posted @ 2018-07-24 19:08 执||念 阅读(690) 评论(0) 推荐(0)
摘要: 题目链接:http://acm.hdu.edu.cn/showproblem.php?pid=2089 不要62 Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)Total Submiss 阅读全文
posted @ 2018-07-24 19:06 执||念 阅读(176) 评论(0) 推荐(0)
摘要: 题目链接:http://codeforces.com/problemset/problem/669/D D. Little Artem and Dance time limit per test 2 seconds time limit per test memory limit per test 阅读全文
posted @ 2018-07-22 15:09 执||念 阅读(263) 评论(0) 推荐(0)
摘要: 博客学习:https://blog.csdn.net/yas12345678/article/details/52601454 介绍一下 *max_element(a,a+n) 求取数组最大的元素 与之对应的是*min_element(a,a+n) 阅读全文
posted @ 2018-07-22 11:13 执||念 阅读(907) 评论(0) 推荐(0)
摘要: 题目链接:https://vjudge.net/contest/237394#problem/C Watchmen are in a danger and Doctor Manhattan together with his friend Daniel Dreiberg should warn th 阅读全文
posted @ 2018-07-20 16:03 执||念 阅读(238) 评论(0) 推荐(0)
摘要: 关于map的学习:https://www.cnblogs.com/fnlingnzb-learner/p/5833051.html Map是STL的一个关联容器,它提供一对一(其中第一个可以称为关键字,每个关键字只能在map中出现一次,第二个可能称为该关键字的值)的数据 处理能力,由于这个特性,它完 阅读全文
posted @ 2018-07-20 15:51 执||念 阅读(266) 评论(0) 推荐(0)
摘要: 题目链接:https://vjudge.net/contest/237394#problem/B There are n pictures delivered for the new exhibition. The i-th painting has beauty ai. We know that 阅读全文
posted @ 2018-07-20 10:57 执||念 阅读(297) 评论(0) 推荐(0)
摘要: 学习:https://blog.csdn.net/angle555945/article/details/7417722 题目链接:https://vjudge.net/contest/231317#status/1751151850/E/0/ 有两堆石子,数量任意,可以不同。游戏开始由两个人轮流取 阅读全文
posted @ 2018-07-19 15:52 执||念 阅读(186) 评论(0) 推荐(0)