#include using namespace std; int main(){ int a,b; cin>>a>>b; int c=0; if(a>=b){ a-=b; c++; } int x=a/(2*b); c+=x; if(c%2==1){ cout<<"S"<