Skip to content

Instantly share code, notes, and snippets.

@vikhyat
Created December 10, 2014 04:32
Show Gist options
  • Save vikhyat/a44cb139ea2f0310c700 to your computer and use it in GitHub Desktop.
Save vikhyat/a44cb139ea2f0310c700 to your computer and use it in GitHub Desktop.
gets.to_i.times do
n = gets.to_i
puts 4*n*n - 3*n
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment