摘要: 比赛链接 6436计算表达式的值 python: a,b = map(int,input().split()) print(3*a+2*b) View Code C++: #include <bits/stdc++.h> using namespace std; int main() { int x 阅读全文
posted @ 2022-10-21 20:04 CRt0729 阅读(66) 评论(0) 推荐(0) 编辑