Run ID:92779

提交时间:2024-10-06 14:28:56

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