Run ID:141270
提交时间:2025-12-21 17:23:13
n=int(input()) if n%5==0: if n%3==0: print("can") else: print("cannot") else: print("cannot")