摘要: #include#include#include#include#include#define INF 1e9using namespace std;const int maxn= 1000+10; struct... 阅读全文
posted @ 2019-11-03 23:51 风骨散人 阅读(120) 评论(0) 推荐(0) 编辑
摘要: 反思:学习太过于较真算法的实现原理,而不是注重算法的使用,有点剑走偏锋的感觉。算法的实现过程知道个大概,在使用中,在做题中,慢慢的算法的的原理就很明了了,这点很成问题,所以浪费了太多时间去扣算法虽然是一种方法但是... 阅读全文
posted @ 2019-11-03 22:52 风骨散人 阅读(80) 评论(0) 推荐(0) 编辑
摘要: #include#include#include#include#include#define INF 1e9using namespace std;const int maxn=100+5; struct Ed... 阅读全文
posted @ 2019-11-03 13:50 风骨散人 阅读(122) 评论(0) 推荐(0) 编辑
摘要: DescriptionCows are such finicky eaters. Each cow has a preference for certain foods and drinks, and she w... 阅读全文
posted @ 2019-11-03 10:45 风骨散人 阅读(133) 评论(0) 推荐(0) 编辑
摘要: DescriptionFJ's cows really hate getting wet so much that the mere thought of getting caught in the rain ... 阅读全文
posted @ 2019-11-03 00:46 风骨散人 阅读(132) 评论(0) 推荐(0) 编辑