Run ID:94917
提交时间:2024-10-26 15:09:06
a=input() a=int(a) if a%3==0 and a%5==0: print(can) else: print(cannot)