Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
313212 123456 【C1-11】抽奖 Python3 解答错误 33 48 MS 3748 KB 122 2025-03-21 14:54:52

Tests(1/3):


a,b=map(int,input().split()) if a==b: print(100) elif a/10==b/10 or a%10==b%10: print(10) else: print(0)


测评信息: