S, K = map(int, input().split()) print('S' if S >= K else 'K')