侧边栏
首页代码
摘要: #include<stdio.h> #include<string.h> char s[100]; int main() { int T; scanf("%d",&T); while(T--) { scanf("%s",s); int t = 1; while(1) { int len = strl 阅读全文
posted @ 2020-09-24 10:08 AlexStraightUp 阅读(127) 评论(0) 推荐(0)
页脚HTML代码