Run ID:88538

提交时间:2024-08-19 11:52:13

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