Run ID:92294
提交时间:2024-09-28 20:02:48
r=input() r=int(r) if 3%r==0 and 5%r==0: print("can") else: print("cannot")