Skip to content

Instantly share code, notes, and snippets.

@avamsi
Created November 27, 2014 14:48
Show Gist options
  • Save avamsi/ead186c3d66952f6e4ad to your computer and use it in GitHub Desktop.
Save avamsi/ead186c3d66952f6e4ad to your computer and use it in GitHub Desktop.
for _ in xrange(int(raw_input())):
a, b = map(int, raw_input().split())
print a * b
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment