思路就是要连着一样所以要一直迭代 摘要:解题思路:注意事项:参考了c的写法用了好久参考代码:l=list(input().split())l1=l[0]+l[0]l2=l[1]+l[1]#之前都不会这个,原来可以这样搞la=len(l[0]…… 题解列表 2023年05月11日 0 点赞 0 评论 135 浏览 评分:0.0
解 2872: 字符环 摘要:解题思路:注意事项:参考代码:a,b=input().strip().split()a = a + ab = b + bna = len(a)nb = len(b)c = 0if na < nb: …… 题解列表 2024年08月03日 0 点赞 0 评论 90 浏览 评分:0.0
2872: 字符环(暴力) 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#include<string.h> int main(){ int len_a,len_b,len,i,j,n,sum=0; …… 题解列表 2024年11月13日 0 点赞 0 评论 58 浏览 评分:0.0
c语言题解c语言题解c语言题解 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include <stdlib.h>#include<string.h>#include<math.h>int main(){ …… 题解列表 2023年03月05日 0 点赞 0 评论 214 浏览 评分:7.5
java--study||O.o 摘要:参考代码:import java.util.Scanner; public class Main { public static void main(String[] args) …… 题解列表 2024年02月04日 0 点赞 0 评论 111 浏览 评分:8.4
2872: 字符环 摘要:解题思路:注意事项:参考代码:#include <stdlib.h> #include <stdio.h> #include <iostream> #include <string.h> us…… 题解列表 2024年08月22日 0 点赞 0 评论 60 浏览 评分:9.9