fork download
  1. s=input()
  2. print("YES" if sum(s.count(c)%2 for c in s)<=1 else "NO")
  3.  
Success #stdin #stdout 0.04s 9624KB
stdin
aaa
stdout
NO