Run ID:144132

提交时间:2026-01-19 16:01:40

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