#include #define int long long using namespace std; signed main(){ string s,t;cin>>s>>t; for(char c:t){ if('0'<=c && c<='9')cout<