Run ID:88546

提交时间:2024-08-19 11:55:35

a = int(input()) if a%3==0 and a%5==0: print("can") else: print("cannot")