Run ID:144129

提交时间:2026-01-19 15:58:09

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