Run ID:129285

提交时间:2025-08-23 15:35:02

a,b = input().split() a = int(a) b = int(b) if a%13 == 0 and b%13 == 0: print(a+b) else: print(a+b)