无聊的星期六 摘要:解题思路:注意事项:参考代码:#include<stdio.h> #include<math.h> #define AREA(a,b,c) (a+b+c)/2 #define SQRT(S,a,…… 题解列表 2024年04月27日 0 点赞 0 评论 708 浏览 评分:0.0
1050: [编程入门]结构体之成绩记录 摘要:解题思路:注意事项:参考代码:n = int(input()) arr = [] [arr.append(list(map(str, input().split()))) for _ in ran…… 题解列表 2024年04月27日 0 点赞 0 评论 463 浏览 评分:0.0
无聊的星期六 -------------------------------------------------------------------------print(input()[::-1])---------------------------------------------------------- 题解列表 2024年04月27日 0 点赞 0 评论 511 浏览 评分:0.0
无聊的星期六 摘要:解题思路:注意事项:参考代码:#include<stdio.h> int fun(int n){ return (n<=1)?n:(fun(n-1)+fun(n-2)); } int m…… 题解列表 2024年04月27日 0 点赞 0 评论 376 浏览 评分:0.0
无聊的星期六 摘要:解题思路:注意事项:参考代码:print(sum(i for i in range(1,int(input())+1) if i%2!=0))…… 题解列表 2024年04月27日 0 点赞 0 评论 476 浏览 评分:0.0
[递归]母牛的故事(动态规划,递归) 摘要:解题思路:写出数学表达式 F(x){ x<=3 f(x)=x;// 前三年只有一头母牛生孩子 &nbs 题解列表 2024年04月27日 0 点赞 0 评论 620 浏览 评分:6.0
无聊的星期六 解题思路:注意事项:参考代码:mun1,mun2=list(map(int,input().split()))max_num=max(mun1,mun2)min_num=min(mun1,mun2)foriinrange(min_num,0, 题解列表 2024年04月27日 0 点赞 0 评论 457 浏览 评分:0.0
无聊的星期六 解题思路:注意事项:参考代码:mun1,mun2=list(map(int,input().split()))max_num=max(mun1,mun2)min_num=min(mun1,mun2)foriinrange(max_num,0, 题解列表 2024年04月27日 0 点赞 0 评论 667 浏览 评分:0.0
无聊的星期六 摘要:--------------------------------------------------print(' '.join(input()[::-1]))------------…… 题解列表 2024年04月27日 0 点赞 0 评论 954 浏览 评分:0.0
2844: 大整数的因子 (记录问题,待解决) 可以通过全部测试点的代码:```c#include#includeintmain(){charc1[31]={'0'};//注意0intc[31]={0},s,i,j,lc,found=0,count=0;//注意0scanf("%s",c1);lc=strlen(c1);//注意0、注意1与注意2f 题解列表 2024年04月27日 0 点赞 0 评论 683 浏览 评分:0.0