Run ID:92292

提交时间:2024-09-28 19:56:19

s=input() s=int(s) if s%(3*5)==0: print("can") elif s%(3*5)>0: print("cannot") else: pass