#!/usr/bin/env ruby # -*- coding: utf-8 -*- print("名前:松澤省吾") name = gets.chomp print("13") nenrei = gets.chomp.to_i printf("私は%d歳です。\n", nenrei)