Run ID:89447

提交时间:2024-08-24 20:04:50

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