Skip to content

Instantly share code, notes, and snippets.

@whatalnk
Created January 13, 2019 08:25
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/9ef6b0674208061f5c48fdf35e61e9bc to your computer and use it in GitHub Desktop.
Save whatalnk/9ef6b0674208061f5c48fdf35e61e9bc to your computer and use it in GitHub Desktop.
DDPC 2019 予選 A
# https://atcoder.jp/contests/ddcc2019-qual/submissions/3996646
n = gets.chomp.to_i
puts 4**n
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment