Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
312344 123456 【C1-10】按要求输出 Python3 通过 100 48 MS 3748 KB 104 2025-03-12 19:56:24

Tests(3/3):


x=input() if x=='a': print("It is good") elif x=='b': print("OMG") else: print("Yes!")


测评信息: