摘要: 3.8网络第1场 8:40-9:40 1.输入一串字符串,保留前面和中间的"#",删除后面所有连续的"#"。如输入"Hello#C####",输出"Hello#C" #include <stdio.h> #include <string.h> int main(){ char s[100]; int 阅读全文
posted @ 2025-03-09 09:26 pycoder_666 阅读(455) 评论(0) 推荐(0)