ans = 1 3.times do str = gets.chomp avail = 16 if str != "NONE" avail -= (str.length+1)/2 end ans *= avail*avail end puts ans