Run ID:144184
提交时间:2026-01-19 22:59:02
i=int(input())#对应量i从字符串input变为整数int if i%3!=0 and i%5!=0: print("cannot") else: print("can")