poj
Y_AOZHEN
这个作者很懒,什么都没留下…
展开
-
POJ 1753 Flip Game
链接:#include <iostream> #include <cstido> #include <algorithm> #include <cstring> #include <string> #include <vector> using namespace std; int dir[4][2] = {0, 1, 1, ...原创 2018-05-31 17:53:19 · 144 阅读 · 0 评论 -
POJ 3617 Best Cow Line
Language:Default Best Cow Line Time Limit:1000MS Memory Limit:65536K Total Submissions:37317 Accepted:9665 Description FJ is about to take his...原创 2019-03-11 15:58:08 · 214 阅读 · 0 评论 -
POJ 1182 食物链
动物王国中有三类动物A,B,C,这三类动物的食物链构成了有趣的环形。A吃B, B吃C,C吃A。 现有N个动物,以1-N编号。每个动物都是A,B,C中的一种,但是我们并不知道它到底是哪一种。 有人用两种说法对这N个动物所构成的食物链关系进行描述: 第一种说法是"1 X Y",表示X和Y是同类。 第二种说法是"2 X Y",表示X吃Y。 此人对N个动物,用上述两种说法,一句接一句地说出K句话...原创 2019-03-16 07:37:56 · 110 阅读 · 0 评论