满分题解Python 摘要:解题思路:注意事项:参考代码:import randomimport mathdef is_prime(n): if n <= 1: &nbs…… 题解列表 2025年02月27日 0 点赞 0 评论 134 浏览 评分:0.0
满分题解Python 摘要:解题思路:注意事项:参考代码:import randomimport mathdef is_prime(n): if n <= 1: &nbs…… 题解列表 2025年02月27日 0 点赞 0 评论 131 浏览 评分:0.0
满分题解Python 摘要:解题思路:注意事项:参考代码:import randomimport mathdef is_prime(n): if n <= 1: &nbs…… 题解列表 2025年02月27日 0 点赞 0 评论 102 浏览 评分:0.0
字符串的提取 摘要:解题思路:注意事项:可以使用+运算符或join方法来实现类似将一个字符串追加到另一个字符串的效果参考代码:s=input()r=[]v='aeiouAEIOU'for i in s: …… 题解列表 2025年02月27日 0 点赞 0 评论 294 浏览 评分:0.0
2976: 字符串中最长的连续出现的字符(c语言) 摘要:#include<stdio.h>#include<string.h>#include<math.h>int&n…… 题解列表 2025年02月27日 0 点赞 0 评论 135 浏览 评分:0.0
编写题解 1115: DNA 摘要:解题思路:注意事项:参考代码:#include<stdio.h>int main(){ int n,a[15], b[15], num[780][39]; while (scanf(&qu…… 题解列表 2025年02月27日 0 点赞 0 评论 223 浏览 评分:0.0
写题解 1097: 蛇行矩阵 摘要:解题思路:注意事项:参考代码:#include<stdio.h>#define max 100int main(){ int num[max][max]; int n,i=1; scanf…… 题解列表 2025年02月27日 0 点赞 0 评论 231 浏览 评分:0.0
题解 1093: 字符逆序 摘要:解题思路:注意事项:参考代码:#include <stdio.h>#include<string.h>int main(){ int i; char …… 题解列表 2025年02月27日 0 点赞 0 评论 236 浏览 评分:0.0
题解 1069: 二级C语言-寻找矩阵最值 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int i,j,n; scanf("%d",&…… 题解列表 2025年02月27日 1 点赞 0 评论 262 浏览 评分:10.0
题解 1030: [编程入门]二维数组的转置 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a[3][3]={0},i,j; &nb…… 题解列表 2025年02月26日 0 点赞 0 评论 483 浏览 评分:0.0