Run ID:93330
提交时间:2024-10-13 11:58:58
q=input().split() a=q[0] a=int(a) if a%3==0 and a%5==0: print('can') else: print("cannot")