Run ID:105059

提交时间:2025-01-12 13:13:41

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