顶顶顶顶顶顶顶顶 摘要:参考代码:N, B = map(int, input().split()) cow_heights = [int(input()) for _ in range(N)] # 对奶牛身高降序排序…… 题解列表 2023年11月17日 0 点赞 0 评论 575 浏览 评分:9.9
【复杂屎山代码】自定义函数之数字后移 摘要:解题思路:注意事项:参考代码:try: n = int(input()) number = list(map(int, input().split())) m = int…… 题解列表 2023年11月17日 0 点赞 0 评论 521 浏览 评分:9.9
代码的尽头是优雅 摘要:解题思路:分别对这个函数胡三个区间进行校验注意事项:注意保留两位小数参考代码:import java.util.Scanner;public class Main { static Scanne…… 题解列表 2023年11月17日 2 点赞 0 评论 801 浏览 评分:9.9
简单代码6666666666 解题思路:注意事项:参考代码:print("%0.2f"%((25+15)*(150*2/15)/2))还是用python一行解决方便 题解列表 2023年11月17日 0 点赞 0 评论 680 浏览 评分:9.9
结构体之时间设计(小白易懂) 摘要:小白易懂参考代码:#include <stdio.h>int main(int argc, char *argv[]){ struct jsts { int year; int month; int …… 题解列表 2023年11月17日 0 点赞 0 评论 454 浏览 评分:9.9
2831: 画矩形 摘要:``` #include using namespace std; int a,b,d; char c; int main(){ cin>>a>>b>>c>>d; if(d==1){…… 题解列表 2023年11月17日 0 点赞 0 评论 525 浏览 评分:9.9
加密的病历单(清晰明了) 摘要:解题思路:注意事项:参考代码: #include<stdio.h> #include<string.h> //反转数组 void reverseArray(char* a, i…… 题解列表 2023年11月17日 0 点赞 0 评论 617 浏览 评分:9.9
[编程入门]数组插入处理 (C语言) 摘要:解题思路:先输出九个值a[i],然后在输出第十个值a[9]。然后用a[9]和a[i]作比较,如果a[9]<a[i],则a[9]和a[i]位置对调,新的a[9]在与自该a[i]起的值做对比,重复上述步骤…… 题解列表 2023年11月17日 0 点赞 0 评论 565 浏览 评分:9.9
一个for循环即可!! 摘要:解题思路:1.妈妈会固定给的300元;2.自己每个月都会有预算;3.上个月除去整百给妈妈存的,小于100和妈妈给的三百就是当前自己有的。注意事项:参考代码:#include<bits/stdc++.h…… 题解列表 2023年11月17日 0 点赞 0 评论 731 浏览 评分:9.9
[编程入门]报数问题,Java用递归的思想,将数组模拟成一个圈 摘要:解题思路:循环实现,将数组模拟成一个圈注意事项:大佬帮忙看看优化,指正思路;参考代码:import java.util.Scanner;public class Demo01 { public …… 题解列表 2023年11月18日 0 点赞 0 评论 577 浏览 评分:9.9