#include using namespace std; int main(){ int n; cin >> n; cout << string("Short").substr(0, n) << '\n'; }