超短代码,你值得拥有!!!2073题-[STL训练]亲和串-题解(C++代码)觉得可以,请留下5星好评!!! 摘要: #include using namespace std; int main() { string s1,s2; while(cin>>s…… 题解列表 2019年08月18日 0 点赞 0 评论 784 浏览 评分:9.0
题解 2073: [STL训练]亲和串 (C语言)用好str相关函数,事半功倍!轻松搞定 摘要: 大家可以趁着这道题复习一波C语言中关于str的相关函数。确实省了不少事参考代码:#include <stdio.h> #include <string.h> #include <stdli…… 题解列表 2021年03月25日 0 点赞 0 评论 309 浏览 评分:6.0
亲和串-手写函数解决(c语言) 摘要:```c #include #include char str1[100000]; char str2[100000]; void cycle_str(char*,int len); …… 题解列表 2023年04月25日 0 点赞 0 评论 190 浏览 评分:9.9
编写题解 2073: [STL训练]亲和串 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <string.h>int main(){ char arr[100] = { 0 }, ar[100] = { 0…… 题解列表 2024年03月12日 0 点赞 0 评论 96 浏览 评分:9.9