Run ID:93547

提交时间:2024-10-17 20:28:05

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