#!/usr/koeki/bin/ruby multi = 1 i = 0 while i < ARGV.length multi *= ARGV[i].to_i i += 1 end printf("¤³¤¿¤¨¤Ï %d \n", multi)