Run ID:94105

提交时间:2024-10-19 19:12:40

s=input().split() a=int(s[0]) if a%3==0 and a%5==0 print("can") else: print("cannot")