摘要:
static void Main(string[] args) { Console.WriteLine(getnumfor(100)); Console.ReadKey(); } static long getnum(long index) { if (index == 1 || index == 2) { return 1; } ... 阅读全文
posted @ 2017-09-14 23:46
FreeTimeWorker
阅读(621)
评论(0)
推荐(0)