Run ID:92778
提交时间:2024-10-06 14:27:35
a=int(input()) b=a%3 c=a%4 if b==0 and c==0: print('can') else: print('cannot'