Skip to content

Instantly share code, notes, and snippets.

@whatalnk
Created May 2, 2019 04:23
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/fda02eb2e7f353a055f50967dea8bddb to your computer and use it in GitHub Desktop.
Save whatalnk/fda02eb2e7f353a055f50967dea8bddb to your computer and use it in GitHub Desktop.
AtCoder #125 A - Biscuit Generator
a, b, t = gets.chomp.split(" ").map(&:to_i)
puts (t / a) * b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment