197. 书学:N is a number which is obtained when (537)^22 is multiplied up, what is the units digit of N?
选项有3、4、5、7、9神马的……
当时完全没看懂题,units digit也不知道是个位数的意思…… 就蒙了个9。然后回来一算,发现竟然就是9…… 思路是7的N次方,个位数循环是7、9、3、1。
207. DS:一个数列U,对于任一个正整数N,1/N 都在此数列U中,问x是否在U中?(1)x=a/b, a与b都是整数;(2)x is the difference between the two consecutive items in U; (My Ans: B,就是判断x能否表示成1/n 的形式)