编写题解 1032: [编程入门]自定义函数之字符串连接 摘要:解题思路:注意事项:scanf后面不加&符号参考代码:#include<stdio.h>#include<string.h>int main(){ &nbs…… 题解列表 2026年03月02日 1 点赞 0 评论 152 浏览 评分:0.0
存储输入法 摘要:解题思路:用一个函数来作为输出字符串的作用注意事项:参考代码:#include <stdio.h>#include <string.h>void str3(char str[1…… 题解列表 2026年04月02日 0 点赞 0 评论 51 浏览 评分:0.0
111无需多言 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <string.h>int main() { char s1[20…… 题解列表 2026年04月14日 0 点赞 0 评论 70 浏览 评分:0.0