gets;puts gets.chomp.split.inject([0,0]){|s,e|[s[0]+(e=="4" ? 1 : 0),s[1]+(e=="2" ? 1 : 0)]}*" "