#include using namespace std; int main(){ #ifdef ERFANUL007 clock_t tStart = clock(); freopen("input.txt", "r", stdin); freopen("output.txt", "w", stdout); #endif string s; while(getline(cin, s)){ // cout << s << '\n'; deque< string > ans; string temp = ""; bool isfront = false; for(int i=0; i>> Runtime : %.9fs\n", (double) (clock() - tStart)/CLOCKS_PER_SEC); #endif return 0; }