Run ID | 作者 | 问题 | 语言 | 测评结果 | Time | Memory | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|
90408 | 余泽越 | 05求长方形的周长和面积 | Python3 | Wrong Answer | 41 MS | 3756 KB | 56 | 2024-09-14 19:19:03 |
a = int(input()) b = int(input()) print(a*b,(a+b)*2)
------Input------
44 56
------Answer-----
200 2464
------Your output-----