#include "bits/stdc++.h" using namespace std; typedef long long ll; ll N; int main(){ ll N, M; if(N < M){ cout << "K" << endl; }else{ cout << "S" << endl; } }