#include<bits/stdc++.h>
using namespace std;
int main(){
	int n,a=0;
	cin>>n;
	while(n!=0){
		n/=10;
		a++;
	}
	cout<<a;
    return 0;
}

0 comments

No comments so far...

Information

ID
27
Time
1000ms
Memory
256MiB
Difficulty
5
Tags
# Submissions
180
Accepted
76
Uploaded By