Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
90061 余泽越 02武王伐纣II Python3 Wrong Answer 33 MS 3744 KB 61 2024-09-07 19:17:24

Tests(0/10):


Code:

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


Run Info:

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