#include<stdio.h> #include<string.h> int main() { char l[255]; scanf("%s",l); printf("%d\n",strlen(l)); return 0; }