#!/usr/bin/env ruby # -*- coding utf-8 -*- puts"フラッシュ暗算" k = rand(10) 5.times do puts k puts (delete("1..10")) end