10 2017 档案

1336 - Sigma Functio
摘要:1336 - Sigma Function Sigma function is an interesting function in Number Theory. It is denoted by the Greek letter Sigma (σ). This function actually 阅读全文

posted @ 2017-10-20 16:50 缄默。 阅读(212) 评论(0) 推荐(0)

1282 - Leading and Trailing 求n^k的前三位和后三位。
摘要:1282 - Leading and Trailing You are given two integers: n and k, your task is to find the most significant three digits, and least significant three d 阅读全文

posted @ 2017-10-20 11:13 缄默。 阅读(209) 评论(0) 推荐(0)

1236 - Pairs Forming LCM
摘要:1236 - Pairs Forming LCM Find the result of the following code: long long pairsFormLCM( int n ) { long long res = 0; for( int i = 1; i <= n; i++ ) for 阅读全文

posted @ 2017-10-17 17:21 缄默。 阅读(169) 评论(0) 推荐(0)

1215 - Finding LCM
摘要:1215 - Finding LCM LCM is an abbreviation used for Least Common Multiple in Mathematics. We say LCM (a, b, c) = L if and only if L is the least intege 阅读全文

posted @ 2017-10-13 15:51 缄默。 阅读(214) 评论(0) 推荐(0)

1213 - Fantasy of a Summation
摘要:1213 - Fantasy of a Summation If you think codes, eat codes then sometimes you may get stressed. In your dreams you may see huge codes, as I have seen 阅读全文

posted @ 2017-10-12 10:48 缄默。 阅读(147) 评论(0) 推荐(0)

1163 - Bank Robbery
摘要:1163 - Bank Robbery In one very cold morning, Mark decides to rob a bank. But while trying hacking into the security system, he found that it is locke 阅读全文

posted @ 2017-10-10 16:03 缄默。 阅读(221) 评论(0) 推荐(0)

1138 - Trailing Zeroes (III) 二分
摘要:1138 - Trailing Zeroes (III) You task is to find minimal natural number N, so that N! contains exactly Q zeroes on the trail in decimal notation. As y 阅读全文

posted @ 2017-10-10 15:25 缄默。 阅读(129) 评论(0) 推荐(0)

导航