Skip to content

Instantly share code, notes, and snippets.

@atton
Created March 28, 2013 10:53
Show Gist options
  • Save atton/5262331 to your computer and use it in GitHub Desktop.
Save atton/5262331 to your computer and use it in GitHub Desktop.
prime division から再構成
299999.prime_division.map{|a,b| a**b}.inject(:*)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment