#include using namespace std; using ll=long long; using ld= long double; using P=pair; using V=vector; #define rep(i,n) for(ll i=0;i> n; if(n==-1) break; rep(i,n){ int h,p,x; cin >> h >> p >> x; } cout << "S" << endl; } }