UVA 1225 Digit Counting Add Comment Edit #include <bits/stdc++.h> #include <string> using namespace std; int main() { int i,j,k,l,m,n,t,c,a[10005]; strin... Read More
DCP-30: Count It Add Comment Edit #include <bits/stdc++.h> using namespace std; int main() { int i,j,k,l,n; char a[256]; cin>>n; for(i=1;i... Read More