#20918: w5s7gtuio/p;


yp10870939 (etydhtet fyh ryj jye uotrh tr...)


#include <iostream>
#include <string>
using namespace std;
int main()
{
string a, x;
cin>>a;
for(int i = 0; i < (int)(a.length()); i++)
{
if(a[i] > '0' && a[i] < '9'){
x += a[i];
}

}
return 0;
}