Run ID:142192

提交时间:2026-01-01 15:51:28

#写法二 n=int(input()) if n%15==0 : #百分号表示求余 //:表示取整 print("can") else: print("cannot")