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