摘要: #include<cstdio> #include<cstring> int main() { char str1[50], str2[50]; fgets(str1,50, stdin); int i = 0; while (str1[i] != '\n') i++; str1[i] = '\0' 阅读全文
posted @ 2020-05-07 15:47 落地就是一把98K 阅读(332) 评论(0) 推荐(0)