Pro.ID22560 TitleAlphacode Title链接http://10.20.2.8/oj/exercise/problem?problem_id=22560 AC33 Submit83 Ratio39.76% 时间&空间限制描述Alice and Bob need to send secret messages to each other and are discussing ways to encode their messages:
For some reason, Alice is still unconvinced by Bob's argument, so she requires a program that will determine how many decodings there can be for a given string using her code. 输入Input will consist of multiple input sets. Each set will consist of a single line of digits representing a valid encryption (for example, no line will begin with a 0). There will be no spaces between the digits. An input line of '0' will terminate the input and should not be processed. 输出Description Alice and Bob need to send secret messages to each other and are discussing ways to encode their messages:
For some reason, Alice is still unconvinced by Bob's argument, so she requires a program that will determine how many decodings there can be for a given string using her code. Input Input will consist of multiple input sets. Each set will consist of a single line of digits representing a valid encryption (for example, no line will begin with a 0). There will be no spaces between the digits. An input line of '0' will terminate the input and should not be processed. Output For each input set, output the number of possible decodings for the input string. All answers will be within the range of a long variable. Sample Input 25114 Sample Output 6 Source 样例输入25114 样例输出6 作者 |