#include int main() { unsigned int A, B; scanf("%u %u", &A, &B); puts(A >= B? "S": "K"); return 0; }