随笔分类 -  **未解决

摘要:Haruna’s Breakfast HYSBZ - 4129 https://www.cnblogs.com/Paul-Guderian/p/6933799.html Haruna’s Breakfast HYSBZ - 4129 Haruna’s Breakfast https://www.cn 阅读全文
posted @ 2018-01-25 15:08 yijiull 阅读(141) 评论(0) 推荐(0)
摘要:843C - Upgrading Tree 题意:给一棵n个点的树,允许不超过2*n次操作。操作:(x,y,z),删除边(x,y),添加边(y,x),要求满足三个条件(见原题) 题解: 待补~ 先贴上dalao代码: 1 #include <bits/stdc++.h> 2 3 using name 阅读全文
posted @ 2017-08-25 11:08 yijiull 阅读(298) 评论(0) 推荐(0)
摘要:843B - Interactive LowerBound 有点懵比~~ 没看懂题解说的随机数概率什么的=_= 先贴上dalao代码 1 #include <bits/stdc++.h> 2 3 using namespace std; 4 5 inline pair <int, int> ask( 阅读全文
posted @ 2017-08-25 10:44 yijiull 阅读(222) 评论(0) 推荐(0)
摘要:724G - Xor-matic Number of the Graph 题意: 待补~~ 参考http://www.cnblogs.com/ljh2000-jump/p/6443189.html 阅读全文
posted @ 2017-08-24 22:40 yijiull 阅读(157) 评论(0) 推荐(0)
摘要:839E - Mother of Dragons 题意: 题解: 没仔细看,好像现在解决不了~ 以后再补 先贴上dalao的代码 1 // God & me 2 // Fly ... 3 #include <bits/stdc++.h> 4 using namespace std; 5 typede 阅读全文
posted @ 2017-08-15 11:13 yijiull 阅读(235) 评论(0) 推荐(0)