Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90318 乔仲熠 02武王伐纣II Python3 Accepted 44 MS 3764 KB 56 2024-09-11 19:03:51

Tests(10/10):


Code:

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