Run ID 作者 问题 语言 测评结果 Time Memory 代码长度 提交时间
84395 丁俊杰 拉线开关 Python3 Accepted 38 MS 3736 KB 67 2024-07-15 18:47:56

Tests(4/4):


Code:

m=int(input()) if m%2==0: print("0") else: print("1")