process.stdin.on('data',s=>console.log([...s].sort().map(String.fromCharCode).join(""))).resume()