Skip to content

Instantly share code, notes, and snippets.

@lethe2211
Created December 9, 2014 10:32
Show Gist options
  • Save lethe2211/7864e4fae6818de79310 to your computer and use it in GitHub Desktop.
Save lethe2211/7864e4fae6818de79310 to your computer and use it in GitHub Desktop.
a, b = map(int, raw_input().split())
print 4 * a + 2 * b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment