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