为孩子注入编程算法基因
Toggle navigation
Home
AIAssistant
Problems
Status
Rating
Group
Barrier
Contests
Wiki
Login
Home
Status
50027
Run ID
Author
Problem
Lang
Verdict
Time
Memory
Code Length
Submit Time
50027
wangyongxi
奇偶数判断
Python3
Accepted
29 MS
3672 KB
71
2024-08-05 21:18:41
Tests(1/1):
a=int(input()) if(a%2!=0): print('odd') else: print('even')
Judgement Protocol: