Run ID:116730
提交时间:2025-04-12 13:19:00
n=int(input()) if n%5==0: if n%3==0: print("can") else: print("cannot")