Try Again
摘要: Given two integers, a and b, you should check whether a is divisible by b or not. We know that an integer a is divisible by an integer b if and only i 阅读全文
posted @ 2017-07-25 19:42 十年换你一句好久不见 阅读(356) 评论(0) 推荐(0)
摘要: http://poj.org/problem?id=2282 The Counting Problem Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 4612 Accepted: 2366 Description Given t 阅读全文
posted @ 2017-07-25 19:09 十年换你一句好久不见 阅读(265) 评论(0) 推荐(0)
摘要: 题目: B - Pairs Forming LCM Time Limit:2000MS Memory Limit:32768KB Description Find the result of the following code: long long pairsFormLCM( int n ) {l 阅读全文
posted @ 2017-07-25 18:23 十年换你一句好久不见 阅读(425) 评论(1) 推荐(0)