Run ID:92295

提交时间:2024-09-28 20:04:27

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