#20918: w5s7gtuio/p;


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

學校 : 臺北市私立延平高級中學
編號 : 105778
來源 : [36.224.57.128]
最後登入時間 :
2025-09-04 21:42:17

#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;
}