import math s = raw_input() print math.sqrt((s.count('W')-s.count('E'))**2+(s.count('N')-s.count('S'))**2)