最高的分数 摘要:解题思路:注意事项:参考代码:int main(){ int n = 0; scanf("%d", &n);…… 题解列表 2025年06月13日 1 点赞 0 评论 89 浏览 评分:10.0
求整数的和与均值 摘要:解题思路:注意事项:参考代码:int main(){ int n = 0; scanf("%d", &n);…… 题解列表 2025年06月13日 1 点赞 0 评论 159 浏览 评分:10.0
财务管理题解 摘要:# 第一步:定义一个浮点型变量sum 累加每月的余额## 使用for循环12个月末的余额### 计算平均值 总和/sum#### 打印并且保留2位小数 带上¥符号int main(…… 题解列表 2025年06月13日 0 点赞 0 评论 128 浏览 评分:0.0
c语言求平均年龄 摘要:int main(){ int n; scanf("%d", &n); double sum = 0; for (int i = 0;…… 题解列表 2025年06月13日 1 点赞 0 评论 148 浏览 评分:0.0
数的质子式(sf11e) 摘要:解题思路:注意事项:最后一个质因数后面没有空格参考代码:#include<bits/stdc++.h>using namespace std;const int N=10010;int c…… 题解列表 2025年06月05日 1 点赞 0 评论 427 浏览 评分:10.0
高效,详细,简单的py代码,欢迎来看 摘要:解题思路:注意事项:参考代码:# 打印从左上到右下对角线(主对角线)上的点def BackAhead(N, i, j): # 先回溯到主对角线的起点(左上方向) …… 题解列表 2025年06月11日 0 点赞 0 评论 136 浏览 评分:0.0
用字典和列表方便些 摘要:解题思路:注意事项:参考代码:n = int(input())m = int(input())sum=0bj=-10zd={1:[],2:[],3:[],4:[],5:[],6:[], …… 题解列表 2025年06月10日 0 点赞 0 评论 89 浏览 评分:0.0
用列表展示 摘要:解题思路:注意事项:参考代码:m=input()A = {"A0":[1189,841],"A1":[841,594],"A2":[594,…… 题解列表 2025年06月10日 0 点赞 0 评论 111 浏览 评分:0.0