为孩子注入编程算法基因
Toggle navigation
Home
AIAssistant
Problems
Status
Rating
Group
Barrier
Contests
Wiki
Login
Home
Status
49586
Run ID
Author
Problem
Lang
Verdict
Time
Memory
Code Length
Submit Time
49586
zouqinghua
奇偶数判断
Python3
Accepted
28 MS
3660 KB
64
2024-07-18 18:34:12
Tests(1/1):
a=int(input()) if a%2==0: print("even") else: print("odd")
Judgement Protocol: