上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页
摘要: #include <iostream> #include <algorithm> #include <cstdio> #include <string> #include <cstring> #include <cstdlib> #include <map> #include <vector> #include <set> #include <queue> #include <stack> #in 阅读全文
posted @ 2019-10-06 22:52 __MEET 阅读(242) 评论(0) 推荐(0) 编辑
摘要: An ordinary sequence rather than magic codes? Rikka's opinion is much more important than the "truth" itself. She soon felt sleepy and fell asleep to 阅读全文
posted @ 2019-10-06 22:47 __MEET 阅读(428) 评论(0) 推荐(0) 编辑
摘要: A . Xu Xiake in Henan Province Shaolin Monastery, also known as the Shaolin Temple, is a Chan ("Zen") Buddhist temple in Dengfeng County, Henan Provin 阅读全文
posted @ 2019-10-05 22:35 __MEET 阅读(264) 评论(0) 推荐(1) 编辑
摘要: In this cafeteria, the N tables are all ordered in one line, where table number 1 is the closest to the window and table number N is the closest to th 阅读全文
posted @ 2019-10-05 10:25 __MEET 阅读(186) 评论(0) 推荐(0) 编辑
摘要: set< pair<int,int> > sp; set< pari<int,int> >::iterator it; sp.insert( make_pair(x,y) ); //插入 it=sp.lower_bound(make_pair(x1,y1)); //最小 sp.erase(it); //删除 阅读全文
posted @ 2019-10-05 09:53 __MEET 阅读(161) 评论(0) 推荐(0) 编辑
摘要: You are given an array of integers. Vasya can permute (change order) its integers. He wants to do it so that as many as possible integers will become 阅读全文
posted @ 2019-10-04 22:23 __MEET 阅读(169) 评论(0) 推荐(0) 编辑
摘要: Professor Dumbledore is helping Harry destroy the Horcruxes. He went to Gaunt Shack as he suspected a Horcrux to be present there. He saw Marvolo Gaun 阅读全文
posted @ 2019-10-04 22:22 __MEET 阅读(228) 评论(0) 推荐(0) 编辑
摘要: There is a youngster known for amateur propositions concerning several mathematical hard problems. Today he is going to prepare a thought-provoking pr 阅读全文
posted @ 2019-10-04 22:21 __MEET 阅读(153) 评论(0) 推荐(0) 编辑
摘要: KazaQ wears socks every day. Before the first day, he has nn pairs of socks in his closet, labeled from 11 to nn. Every morning, he would put on a pai 阅读全文
posted @ 2019-10-04 22:19 __MEET 阅读(128) 评论(0) 推荐(0) 编辑
摘要: Gildong is playing a video game called Block Adventure. In Block Adventure, there are nn columns of blocks in a row, and the columns are numbered from 阅读全文
posted @ 2019-10-04 22:18 __MEET 阅读(237) 评论(0) 推荐(0) 编辑
上一页 1 ··· 9 10 11 12 13 14 15 16 17 ··· 21 下一页