Run ID:88548

提交时间:2024-08-19 11:56:32

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