Run ID:141268

提交时间:2025-12-21 17:16:53

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