Beautiful IP AddressesTime Limit: 2000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:292C64-bit integer IO format:%I64d...
分类:
其他好文 时间:
2014-08-05 19:09:33
阅读次数:
340
air jordans 2015 for sale.No one told us / loved ones will fly embrace our love / to interstellar singing / dancing on the moon ...... the summer of 2...
分类:
其他好文 时间:
2014-08-05 18:25:59
阅读次数:
283
Party All the TimeTime Limit: 2000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:435564-bit integer IO format:%I64d Java class ...
分类:
其他好文 时间:
2014-08-05 09:34:18
阅读次数:
280
这题是今天下午BNU SUMMER TRAINING的C题是队友给的解题思路,用拓扑排序然后就可以了最后是3A其中两次RE竟然是因为:scanf("%d",mm);ORZ以后能用CIN还是CIN吧 QAQ贴代码了: 1 #include 2 #include 3 #include 4 #in...
分类:
其他好文 时间:
2014-08-04 23:57:48
阅读次数:
596
Dancing LessonsTime Limit: 5000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:45C64-bit integer IO format:%I64d Java cl...
分类:
其他好文 时间:
2014-08-04 21:01:07
阅读次数:
294
题目链接:Codeforces 453 Little Pony and Summer Sun Celebration
题目大意:n个节点,m条边,然后m行给定边,最后一行表示每个节点需要进过的次数为奇数次还是偶数次。
解题思路:构造,任意从一个奇数点开始(统一森林的处理),然后每次向下遍历没有经过的节点,并且回溯,每次回溯都要判断一下刚才走过的点满不满足条件,不满足的话就再走一次。最后...
分类:
其他好文 时间:
2014-08-02 23:28:14
阅读次数:
218
题目链接:点击打开链接
题意:
给定一个无向图
任选一个起点,使得访问每个点的次数奇偶与最后一行的输入一致
思路:
选一个奇数点作为起点
dfs树一下,若子节点不满足则先走到子节点再回来
如此就能保证所有子节点合法
这样dfs结束后最多只有根节点不满足,随便找一个与根相连的点调整一下。
#include
#include
#include
#include
#includ...
分类:
其他好文 时间:
2014-08-02 21:02:49
阅读次数:
433
Double ProfilesTime Limit: 3000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:154C64-bit integer IO format:%I64d Java c...
分类:
其他好文 时间:
2014-08-02 12:34:23
阅读次数:
197
An interesting mobile gameTime Limit: 1000msMemory Limit: 32768KBThis problem will be judged onHDU. Original ID:329564-bit integer IO format:%I64d Jav...
分类:
其他好文 时间:
2014-08-01 22:59:12
阅读次数:
471
HometaskTime Limit: 2000msMemory Limit: 262144KBThis problem will be judged onCodeForces. Original ID:154A64-bit integer IO format:%I64d Java class na...
分类:
其他好文 时间:
2014-08-01 22:58:52
阅读次数:
494