摘要: 样例输入 I am a student 样例输出 student 1 #include <stdio.h> 2 #include <string.h> 3 int main() 4 { 5 char a[100005], b[100005]; 6 int i, num = 0; 7 while (s 阅读全文
posted @ 2021-01-28 20:31 荣荣荣荣荣荣 阅读(102) 评论(0) 推荐(0)