A-A+

下面程序的功能是将字符串s中所有的字符c删除 补足所缺语句。 include<stdio.h> main()

2020-10-29 08:25:26 学历考试 阅读

问题详情

下面程序的功能是将字符串s中所有的字符c删除,补足所缺语句。 include<stdio.h> main() { char s[80]; int i,j; gets(s); for(i=j=0;s[i]!=

参考答案

考点: