1032:[编程入门]自定义函数之字符串连接 摘要:解题思路:注意事项:要写括号参考代码:#include<bits/stdc++.h>using namespace std;int q(string a,string b){ …… 题解列表 2025年07月24日 2 点赞 1 评论 413 浏览 评分:10.0
一行代码搞定 摘要:解题思路:利用python可以嵌套压缩代码核心两点:一行代码解决参考代码:print(input()+input())…… 题解列表 2025年10月26日 1 点赞 0 评论 317 浏览 评分:10.0
字符串连接 摘要:解题思路:注意事项:连接的时候可以用数组形式赋值也可以用指针形式赋值,但是其实最后可以加一个长度限制的判断参考代码:#include <stdio.h>#include <strin…… 题解列表 2025年10月29日 1 点赞 0 评论 566 浏览 评分:10.0