Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90356 乔仲熠 02长方形的面积 Python3 Accepted 41 MS 3760 KB 55 2024-09-11 20:03:15

Tests(10/10):


Code:

e=input().split() a=int(e[0]) b=int(e[1]) print(a*b)