Skip to content

Instantly share code, notes, and snippets.

@butchi
Last active August 29, 2015 14:07
Show Gist options
  • Save butchi/e24ac07024f2cc26dcf6 to your computer and use it in GitHub Desktop.
Save butchi/e24ac07024f2cc26dcf6 to your computer and use it in GitHub Desktop.
yukicoder No. 46 はじめのn歩
(* http://yukicoder.me/problems/no/46 *)
ans[a_, b_] := Floor[(b + a - 1)/a]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment