Live2d Test Env
摘要: http://blog.csdn.net/hackbuteer1/article/details/7450250//AW程序#include #include #include #include #define max 101#define maxnum 60#define maxint 10000... 阅读全文
posted @ 2017-09-27 21:06 nimphy 阅读(180) 评论(0) 推荐(0)
摘要: 宣之于口 阅读全文
posted @ 2017-09-27 21:06 nimphy 阅读(113) 评论(0) 推荐(0)
摘要: Kinds of FuwasTime Limit: 2 Seconds Memory Limit:65536 KBIn the year 2008, the 29th Olympic Games will be held in Beijing. This will signify the ... 阅读全文
posted @ 2017-09-27 21:06 nimphy 阅读(117) 评论(0) 推荐(0)
摘要: Accurately Say "CocaCola"!范围找到:1——700左右,然后打表就ok了#include#include#includeusing namespace std;bool a[810];int sum[810];int pos[810];void _judge(int v){ ... 阅读全文
posted @ 2017-09-27 21:06 nimphy 阅读(97) 评论(0) 推荐(0)
摘要: 题意:两家原始人(猴)打交道后成为一家猴,打交道时两家分别派出最帅的两位猴子,颜值各自减半,问每次打交道后新家族最帅的猴子的颜值。当然,已经是一家子就没有必要打交道了,因为没有猴希望颜值降低,毕竟还得靠这个吃饭。裸裸的并查集+大根堆:由于在下写的queue,需要重量优化,不然超时#include#i... 阅读全文
posted @ 2017-09-27 21:06 nimphy 阅读(179) 评论(0) 推荐(0)
摘要: 题目要求FIFO#include#include#include#include#include#include#includeusing namespace std;struct in{ string name; int id; int dex; in(string s,int d,int x):... 阅读全文
posted @ 2017-09-27 21:06 nimphy 阅读(150) 评论(0) 推荐(0)
摘要: . 阅读全文
posted @ 2017-09-27 21:06 nimphy 阅读(134) 评论(0) 推荐(0)
摘要: 1207汉诺塔IIGardonGardon-DYGG Contest 2(4374/8844)49.46% 1995汉诺塔VZhousc@ECJTUECJTU 2008 Spring Contest(3281/5316)61.72% 1996汉诺塔VIZhousc@ECJTUECJTU 2008 ... 阅读全文
posted @ 2017-09-27 21:06 nimphy 阅读(252) 评论(0) 推荐(0)
摘要: 假设有一个一维序列,现在可以相邻两两交换,把它变成有序的序列,求最小交换次数,大家都知道求逆序对。如果现在有一个围圈的序列,一样两两相邻交换,此时怎么搞? 阅读全文
posted @ 2017-09-27 21:06 nimphy 阅读(124) 评论(0) 推荐(0)
摘要: http://zthdd.bokee.com/6189963.html先保存 阅读全文
posted @ 2017-09-27 21:06 nimphy 阅读(128) 评论(0) 推荐(0)