Run ID:144114
提交时间:2026-01-19 11:01:48
n=int(input()) if n%3==0 and n%5==0: print("can",end="") else: print("cannot",end="")