Run ID:94106
提交时间:2024-10-19 19:13:19
s=input().split() a=int(s[0]) if a%3==0 and a%5==0: print("can") else: print("cannot")