Newer
Older
Ruby / printf1.rb
#!/usr/bin/env ruby
# coding: utf-8
print("14\n")
abc=gets.to_i
printf("%d歳です。\n",abc)