题解 | #kiki算数#
kiki算数
http://www.nowcoder.com/practice/bcaf710fb58a44e1b678a890e6e90d7c
a, b = map(int, input().split())
c = (a+b) % 100
print(c)
kiki算数
http://www.nowcoder.com/practice/bcaf710fb58a44e1b678a890e6e90d7c
a, b = map(int, input().split())
c = (a+b) % 100
print(c)
相关推荐