Run ID:96318

提交时间:2024-11-03 19:45:01

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