Score : 1100 points
Given is a string S consisting of 0 and 1. Find the number of strings, modulo 998244353, that can result from applying the following operation on S zero or more times:
0 and 1.Input is given from Standard Input in the following format:
S
Print the number of strings, modulo 998244353, that can result from applying the operation on S zero or more times.
0001
8
Eight strings, 0001, 001, 010, 00, 01, 10, 0, and 1, can result.
110001
24
11101111011111000000000110000001111100011111000000001111111110000000111111111
697354558