Run ID:88539

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

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