Skip to content

Instantly share code, notes, and snippets.

@ver-1000000
Last active August 29, 2020 17:14
Show Gist options
  • Save ver-1000000/fe56396711c8fc49ebff to your computer and use it in GitHub Desktop.
Save ver-1000000/fe56396711c8fc49ebff to your computer and use it in GitHub Desktop.
(1..1000000).reduce { |a, e| a = "#{a * e}".sub(/\d*?(\d{0,9})0*$/, '\1').to_i }
@ver-1000000
Copy link
Author

1000000のとこはgets.to_iね♡

@ver-1000000
Copy link
Author

えっこのgistなに……????? どういう意味……???

@ver-1000000
Copy link
Author

久しぶりに見に来たけどこのgistやっぱり何www

@ver-1000000
Copy link
Author

実行すると584125440を返すんだけど謎

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment