a, b = map(int, input().split()) print(['S', 'K'][a < b])