Skip to content

Instantly share code, notes, and snippets.

@whatalnk
Created January 18, 2019 12:19
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/c4dc3f205c3e896e1aa0e83adc841859 to your computer and use it in GitHub Desktop.
Save whatalnk/c4dc3f205c3e896e1aa0e83adc841859 to your computer and use it in GitHub Desktop.
aising2019 A
# https://atcoder.jp/contests/aising2019/submissions/4036852
n = gets.chomp.to_i
h = gets.chomp.to_i
w = gets.chomp.to_i
puts (n + 1 - h) * (n + 1 - w)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment