Red_Leaves
Red_Leaves
全部文章
考试题解
未归档(5)
模板(1)
题解(7)
归档
标签
去牛客网
登录
/
注册
Red_Leaves的博客
探寻编程之美
全部文章
/ 考试题解
(共1篇)
NUDT程序设计B测试1题解
删空格: #include<cstdio> #include<iostream> #include<cstring> #include<cctype> char s[10001]; int main(){ fgets(s,10001,std...
2020-06-10
1
663