摘要: 以后要开始在cf上做题目了,在那里可以开到世界各国的大神的代码,可以和他们一起享受比赛,以后cf的题目不会在发那么多报告了,若真的特别经典的,我才写写自己的总结 阅读全文
posted @ 2014-05-16 20:38 Hust_BaoJia 阅读(180) 评论(0) 推荐(0)
摘要: 题目描述Given an N*N(N#include#include#includeusing namespace std;const int maxn=1001;int group[maxn][maxn];bool vis[maxn][maxn];int dx[4]={0,0,1,-1};int ... 阅读全文
posted @ 2014-05-16 13:58 Hust_BaoJia 阅读(294) 评论(0) 推荐(0)
摘要: 题目描述Given a number sequence whose length is n, you can delete at most k numbers in the sequence.After that you are asked to answer the maximum length ... 阅读全文
posted @ 2014-05-16 08:20 Hust_BaoJia 阅读(150) 评论(0) 推荐(0)
摘要: 题目描述Halloween is coming! So xiaoY has to prepare M candies to treat the neighbor kids.When this horrible night come, There are N little children ask x... 阅读全文
posted @ 2014-05-16 07:58 Hust_BaoJia 阅读(153) 评论(0) 推荐(0)
努力