Run ID:123471
提交时间:2025-07-05 09:27:54
n = input() n = int(n) if n%3 == 0 and n%5 == 0: print('can') else: print('cannot')