Run ID:115763

提交时间:2025-04-04 11:04:42

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