2020年3月18日
摘要: 1.长度超过8位 2.包括大小写字母.数字.其它符号,以上四种至少三种 3.不能有相同长度超2的子串重复 明:长度超过2的子串 输入描述: 一组或多组长度超过2的子符串。每组占一行 #include <stdio.h>#include <stdlib.h>#include <assert.h>#in 阅读全文
posted @ 2020-03-18 23:03 maxpak 阅读(256) 评论(0) 推荐(0) 编辑