Run ID:144168

提交时间:2026-01-19 21:04:24

n=input("输入一个整数:") n=int(n) if n//3==0 and n//5==0: print("can") else: print("cannot")