A certain online form requires a 2-digit code for the day of the month to be entered into one of its fields, such as 04 for the 4th day of the month. The code is valid if it is 01, 02, 03,...,31 and not valid otherwise. The transpose of a code xy is yx. For example, 40 is the transpose of 04. If N is the number of valid codes having a transpose that is not valid what is the value of N?
12
13
18
19
20
...列数的时候多写了一个13,计数也给算进去了..我是猪
符合题目要求的数字有:04-09,14-19,23-29,则最终个数=6+6+7=19个
登录 或 注册 后可以参加讨论