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