Run ID:142190

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

n=int(input()) if n%15==0 : print("can") else: print("no")