Run ID:92777

提交时间:2024-10-06 14:25:21

a = int(input()) if a%3 == 0 and a%5 == 0: print("can") else: print("cannot")