S = gets.chomp ans = [S.scan('(^^*)').size, S.scan('(*^^)').size].join(' ') puts ans