Run ID:144165
提交时间:2026-01-19 20:34:34
n = input() n = int(n) if n % 3 == 0 and n % 5 == 0: print("can") else: print("cannot")