摘要: 每行最多60个字符 在尽量少的行中将字符串按字典序向下输出#include #include #include #include using namespace std;const int maxn = 100;struct ceil{ char s[... 阅读全文
posted @ 2018-01-22 17:50 JinxiSui 阅读(98) 评论(0) 推荐(0) 编辑
摘要: 每次记录被除数 , 当出现相同被除数时即出现一个完整循环节#include #include #include using namespace std;const int maxn = 1000;char s[maxn];char cyc[maxn];int... 阅读全文
posted @ 2018-01-22 17:47 JinxiSui 阅读(117) 评论(0) 推荐(0) 编辑