返回顶部
摘要: 传送门 A - ABC Swap 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 #include <stack> 7 #includ 阅读全文
posted @ 2020-04-06 17:58 Rayotaku 阅读(471) 评论(0) 推荐(0) 编辑
摘要: 很久之前写的题了,当时不知道怎么dfs所以卡了一段时间,^_^ 题解:由于题目给了一大堆字符串,所以首先考虑应该可以建树,之后找到T所在的位置,对T所在的位置dfs就行了 代码: 1 #include <iostream> 2 #include <cstdio> 3 #include <cstrin 阅读全文
posted @ 2020-04-06 10:27 Rayotaku 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 1.试除法求约数 1 #include <iostream> 2 #include <cstdio> 3 #include <cstring> 4 #include <cmath> 5 #include <algorithm> 6 #include <stack> 7 #include <queue 阅读全文
posted @ 2020-04-06 10:12 Rayotaku 阅读(355) 评论(0) 推荐(0) 编辑