Run ID:115762
提交时间:2025-04-04 11:04:30
a=int(input()) if a//15==0: print("can") else: print("cannot")