Skip to content

Instantly share code, notes, and snippets.

@nommy
Created May 23, 2012 04:10
Show Gist options
  • Save nommy/2773227 to your computer and use it in GitHub Desktop.
Save nommy/2773227 to your computer and use it in GitHub Desktop.
AOJ Problem Volume100-10001 - X Cubic
x = gets.chomp
puts x.to_i ** 3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment