Run ID:105057
提交时间:2025-01-12 13:10:01
a=int(input()) if a//3 and a//5 print('can') else: print('cannot')