摘要: 比赛链接 1001 : 长方形的周长 python: a = int(input()) b = int(input()) print((a+b)*2) View Code C++: #include<bits/stdc++.h> #include<iostream> using namespace 阅读全文
posted @ 2022-10-28 19:11 CRt0729 阅读(50) 评论(0) 推荐(0) 编辑