Run ID:116731

提交时间:2025-04-12 13:23:40

a=int(input()) if a %15==0: print('can') else: print('cannot')