Run ID:142189

提交时间:2026-01-01 15:46:30

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