Run ID:105063

提交时间:2025-01-12 13:20:10

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