要冲外企的王心凌男孩
要冲外企的王心凌男孩
全部文章
分类
归档
标签
去牛客网
登录
/
注册
要冲外企的王心凌男孩的博客
全部文章
(共32篇)
题解 | #字符串分隔#
#include <iostream> using namespace std; int main() { string s; while (cin >> s) { // 连续输入s //先添加0 int add = 8 - s.s...
2023-07-23
0
240
题解 | #字符串最后一个单词的长度#
#include <iostream> using namespace std; int main() { //输出最后一个输入的字符串的长度 string s; while (cin >>s) { // 注意 while 处理多个 case ...
2023-07-22
0
253
首页
上一页
1
2
3
4
下一页
末页