Help with approach

prob: https://atcoder.jp/contests/abc066/tasks/abc066_b

hello @raghav007

since n is only upto 200 , its easy to implement .
check whether given string is even or not . if it is then print its length
otherwise discard last character and then check again wther this string is even or not.

repeat then same on remaining string.