#include using namespace std; typedef long long ll; const ll mod=1e9+7; int N; int main(){ cin.tie(0); ios::sync_with_stdio(false); cin>>N; for(int i=2; i<=N; i++){ if(i*i==N){ cout<<"Heihosu!"<1&&i1&&(N/i)1){ cout<<"Sosu!"<