摘要:
#include #include /* 删除字符串中指定的字符。*/int main(){ char chs[100]; scanf("%s",chs); char ch; getchar(); scanf("%c",&ch); char chs2[100]; int index = 0; for... 阅读全文
posted @ 2016-01-07 21:04
长桥卧雪
阅读(351)
评论(0)
推荐(0)
浙公网安备 33010602011771号