#include <iostream>
using namespace std;
int main()
{
char str[40] = { 0 };
int i = 0;
while (cin.peek() != 'c')
{
ustr[i] = cin.get();
i++;
}
cout << str << endl;
return 0;
}
#include <iostream>
using namespace std;
int main()
{
char str[40] = { 0 };
int i = 0;
while (cin.peek() != 'c')
{
ustr[i] = cin.get();
i++;
}
cout << str << endl;
return 0;
}