摘要: 原题链接 #include<stdio.h> #include<string.h> #include<stdlib.h> const int N = 1e5+10; char a1[N],a2[N];//分别为a1和a2的字符串 int lena,lenb;//分别为a1和a2的字符串长度 //比较 阅读全文
posted @ 2022-11-19 17:20 loliconsk 阅读(74) 评论(0) 推荐(0)