#include int main() { uint32_t x, y; scanf("%u %u", &x, &y); puts(x < y ? "K" : "S"); return 0; }