2023.7.3
摘要:
## 输入带空格的字符串 ~~~ c++ 1. #include <string.h> string s; getline(cin,s); 2. #include <cstring> #include <stdio.h> char a[1024]; gets(a); int len = strlen 阅读全文
posted @ 2023-07-03 17:45 hhmzd233 阅读(12) 评论(0) 推荐(0)
纵有疾风起,人生不言弃。