Run ID:108698

提交时间:2025-01-21 13:32:44

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