S = input() H = (S.count('E') - S.count('W'))**2 V = (S.count('N') - S.count('S'))**2 print((H + V)**.5)