Run ID:128527

提交时间:2025-08-18 09:41:26

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