牛子嗯了之打胶论I-卷1 摘要:解题思路:i从-1到12,再从12到0注意事项:边导管变打代码效果更佳参考代码:#include <stdio.h>int main(){ double sum=0,a[12]; int …… 题解列表 2023年03月23日 0 点赞 3 评论 479 浏览 评分:9.9
python解题方式 摘要:解题思路:注意事项:参考代码:a = []while len(a) < 12: a.append(float(input()))b = sum(a)/12print('$%.2f'…… 题解列表 2024年09月05日 0 点赞 0 评论 608 浏览 评分:9.9
2795: 财务管理 摘要:解题思路:注意事项:参考代码:s = ave = 0for i in range(0,12): a = float(input()) s = s + aave = s / 12print(…… 题解列表 2023年01月11日 0 点赞 0 评论 710 浏览 评分:9.9