编写题解 2095: 通分(python代码) 摘要:解题思路:简单求解就是了,很方便注意事项:参考代码:a,b,c,d = map(int,input().split()) print(a*d+b*c)…… 题解列表 2022年01月23日 0 点赞 0 评论 456 浏览 评分:4.7