#include #include using namespace std; int main() { string s; while(cin>>s) { for(int i = 0 ; i < s.length() - 1 ; i++) { cout<