
STL
invoKer-
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
CodeForces - 24B F1 Champions【水题】
题目链接:https://codeforces.com/contest/24/problem/B #include <iostream> #include <cstring> #include <unordered_map> #include <algorithm> using namespace std; static const int score[55]={0,25,18,15,12,10,8,6,4,2,1}; static const int MAX原创 2020-11-05 12:53:51 · 207 阅读 · 0 评论 -
CodeForces - 19A World Football Cup【STL】
题目链接:https://codeforces.com/contest/19/problem/A #include <iostream> #include <string> #include <map> #include <vector> #include <algorithm> using namespace std; int n,a,b; char c; map<string,int> score,win,lose; vector&原创 2020-10-15 21:52:17 · 196 阅读 · 0 评论 -
UVALive - 3055 Symmetric Order【水题】【STL】
【题目描述】 In your job at Albatross Circus Management (yes, it’s run by a bunch of clowns), you have just finished writing a program whose output is a list of names in nondescending order by length (so th...原创 2019-08-03 12:55:25 · 113 阅读 · 0 评论 -
CCF-CSP 201903-2 二十四点【水题】【STL】(100分)
试题编号: 201903-2 试题名称: 二十四点 时间限制: 1.0s 内存限制: 512.0MB 题目描述: 代码如下(100分): #include <iostream> #include <stack> #include <string> using namespace std; int main() { std::ios::sync_wit...原创 2019-08-15 13:00:46 · 1814 阅读 · 0 评论 -
POJ - 3784 Running Median【STL】
【题目描述】 For this problem, you will write a program that reads in a sequence of 32-bit signed integers. After each odd-indexed value is read, output the median (middle value) of the elements received so...原创 2019-09-15 00:08:48 · 105 阅读 · 0 评论 -
CodeForces - 4C Registration system【STL】【水题】
【题目描述】 A new e-mail service “Berlandesk” is going to be opened in Berland in the near future. The site administration wants to launch their project as soon as possible, that’s why they ask you to help...原创 2019-10-01 15:51:18 · 221 阅读 · 0 评论 -
CodeForces - 8A Train and Peter【STL】【水题】
【题目描述】 Peter likes to travel by train. He likes it so much that on the train he falls asleep. Once in summer Peter was going by train from city A to city B, and as usual, was sleeping. Then he woke up...原创 2019-10-09 21:56:54 · 365 阅读 · 1 评论