Skip to content

Instantly share code, notes, and snippets.

@whatalnk
Created January 13, 2019 08:15
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/3d3fa87a329042caa0d36f7c8e44b510 to your computer and use it in GitHub Desktop.
Save whatalnk/3d3fa87a329042caa0d36f7c8e44b510 to your computer and use it in GitHub Desktop.
codeFlyer 2018 予選 A
# https://atcoder.jp/contests/bitflyer2018-qual/submissions/3996620
a = gets.chomp.to_i
b = gets.chomp.to_i
puts a / b * b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment