Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
2310 郭** 计算表达式的值 Python3 通过 29 MS 3356 KB 56 2023-12-08 10:59:02

Tests(5/5):


x,y=map(int,input().split()) s=3*x+2*y print(s)


测评信息: