Run ID:88550
提交时间:2024-08-19 11:57:39
a = int(input()) if a%15==0: print("can") else: print("cannot")