Skip to content

Instantly share code, notes, and snippets.

@showyou
Last active August 18, 2018 13:51
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 showyou/c004ffb3b0ec793f8371cb2e0c101737 to your computer and use it in GitHub Desktop.
Save showyou/c004ffb3b0ec793f8371cb2e0c101737 to your computer and use it in GitHub Desktop.
abc106_a.py
A, B = map(int, input().split())
print((A-1) * (B-1))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment