Run ID 作者 问题 语言 测评结果 时间 内存 代码长度 提交时间
49891 Yumonx 组合 Python3 通过 30 MS 3668 KB 49 2024-07-30 02:50:20

Tests(1/1):


a,b = map(int,input().split(' ')) print(a*b-a-b)


测评信息: