Run ID:112193

提交时间:2025-03-08 17:07:14

#include<bits/stdc++.h> using namespace std; int main(){ char s[1000001]; scanf("%s",str); for(int i=0;str[i]!='\0';i++) { if(str[i]>='0'&&str[i]<='9') continue; else cout<<str[i]; } cout<<endl; return 0; }