a = input() b = input() l = ['N','E','S','W'] A = l.index(a)+1 B = l.index(b)+1 print((B-A) % 4)