#42082: 極簡做法


asdffhnkl123@gmail.com (Br)

學校 : 不指定學校
編號 : 143619
來源 : [101.136.249.123]
最後登入時間 :
2023-01-25 14:37:32
a132. 10931 - Parity -- UVa10931 | From: [101.136.249.123] | 發表日期 : 2024-09-24 23:26

a = int(input())
while a != 0:
    print("The parity of",str(bin(a))[2:],"is",str(bin(a)).count("1"),"(mod 2).")
    a = int(input())
 
ZeroJudge Forum