Skip to content

Instantly share code, notes, and snippets.

@whatalnk
Created September 24, 2018 04:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save whatalnk/f6b11b4d3d0cd2540cf4d842ad3cc5fc to your computer and use it in GitHub Desktop.
Save whatalnk/f6b11b4d3d0cd2540cf4d842ad3cc5fc to your computer and use it in GitHub Desktop.
AtCoder ABC #110 A
a, b, c = gets.chomp.split(" ").map(&:to_i).sort
puts c * 10 + b + a
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment