摘要: 对于Windows8及以上的系统,无法安装VS2008,也不是无法安装,如果玩游戏多的,应该已经安装了.NET3.5,可以正常安装。 既然不能安装VS2008,那就安装VS2015好了,现在已经是Update2了,不过Update1用用也没事。 警告:毕竟08和15的跨度太大,部分改变不能简单地概括 阅读全文
posted @ 2016-02-24 19:17 ACMSaga 阅读(3632) 评论(0) 推荐(0)
摘要: Hanoi Tower Troubles Again! Problem Description People stopped moving discs from peg to peg after they know the number of steps needed to complete the 阅读全文
posted @ 2016-02-24 14:33 ACMSaga 阅读(361) 评论(0) 推荐(0)
摘要: Text Reverse Problem Description Ignatius likes to write words in reverse way. Given a single line of text which is written by Ignatius, you should re 阅读全文
posted @ 2016-02-24 14:04 ACMSaga 阅读(240) 评论(0) 推荐(0)
摘要: Digital Roots Problem Description The digital root of a positive integer is found by summing the digits of the integer. If the resulting value is a si 阅读全文
posted @ 2016-02-24 13:06 ACMSaga 阅读(211) 评论(0) 推荐(0)
摘要: Max Sum Problem Description Given a sequence a[1],a[2],a[3]......a[n], your job is to calculate the max sum of a sub-sequence. For example, given (6,- 阅读全文
posted @ 2016-02-24 12:05 ACMSaga 阅读(171) 评论(0) 推荐(0)