ikun崩溃代码 摘要:解题思路:注意事项:参考代码:#include <stdio.h>int main(){ int a,b,c,d; float A,B,C; scanf("%d %d %d",&a,&b,&c); …… 题解列表 2023年01月30日 0 点赞 0 评论 97 浏览 评分:0.0
不懂可评论 摘要:解题思路:注意事项:参考代码:a,b,c=map(int,input().split()) print("%d"%(a*0.2+b*0.3+c*0.5))…… 题解列表 2024年11月08日 0 点赞 0 评论 79 浏览 评分:0.0
成绩——按比例计算最后输出总成绩 摘要:解题思路:注意事项:最后输出为整形参考代码:a,b,c = map(int,input().split())s = a*0.2+b*0.3+c*0.5print(int(s))…… 题解列表 2023年03月18日 0 点赞 0 评论 150 浏览 评分:0.0