#include<bits/stdc++.h> using namespace std; string t; int a[1005]; int main(){ cin>>t; for(int i=0;i<=t.size()-1;i++){ if(t[i]>=0&&t[i]<=9){ a[i]=t[i]; } } return 0; }

1 comments

  • 1

Information

ID
3096
Time
1000ms
Memory
256MiB
Difficulty
7
Tags
(None)
# Submissions
67
Accepted
16
Uploaded By