#!/usr/bin/env ruby # -*- coding: utf-8 -*- puts"時間を入力してね" m=gets.to_i puts"スタート!" while n>0 printf("%d分%d秒\n"m,,n) sleep(1) n=n-1 end puts"終わり!"