#include int main() { unsigned int a, b; scanf("%u%u", &a, &b); printf("%s\n", a < b ? "K" : "S"); return 0; }