Skip to content

Instantly share code, notes, and snippets.

@whatalnk
Created December 10, 2017 01:47
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/da09ca59d0cab79d0326f5a0c89b4c48 to your computer and use it in GitHub Desktop.
Save whatalnk/da09ca59d0cab79d0326f5a0c89b4c48 to your computer and use it in GitHub Desktop.
AtCoder ABC #076
r = int(input())
g = int(input())
print(2 * g - r)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment