Skip to content

Instantly share code, notes, and snippets.

@whatalnk
Created December 10, 2017 02:04
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/d2315e9d1360a9f782ef8bcc124470b8 to your computer and use it in GitHub Desktop.
Save whatalnk/d2315e9d1360a9f782ef8bcc124470b8 to your computer and use it in GitHub Desktop.
AtCoder ABC #080
n, a, b = map(int, input().split())
print(min(a * n, b))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment