Write a program which computes the digit number of sum of two integers a and b.
There are several test cases. Each test case consists of two non-negative integers a and b which are separeted by a space in a line. The input terminates with EOF.
Print the number of digits of a + b for each data set.
5 7 1 99 1000 999
2 3 4