Run ID:92781

提交时间:2024-10-06 14:29:19

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