Run ID:144126

提交时间:2026-01-19 15:54:16

i = int(input()) if i % 3 ==0 and i % 5 ==0: print("can") else: print("cannot")