Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
93063 许诺 05求长方形的周长和面积 Python3 Accepted 36 MS 3764 KB 296 2024-10-07 17:10:55

Tests(10/10):


Code:

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