Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90432 谭景年 05求长方形的周长和面积 Python3 Accepted 45 MS 3756 KB 65 2024-09-14 20:00:43

Tests(10/10):


Code:

s=input().split() b=int(s[1]) a=int(s[0]) print(a+a+b+b,a*b)