Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
104807 令狐文丽 02长方形的面积 Python3 Wrong Answer 34 MS 3736 KB 48 2025-01-11 13:19:58

Tests(0/10):


Code:

a = int(input()) b = int(input()) print(a*b)


Run Info:

------Input------
628 313
------Answer-----
196564
------Your output-----