s=input() x=s.count("E")-s.count("W") y=s.count("N")-s.count("S") print((x**2+y**2)**(0.5))