将01串首先按长度排序,长度相同时,按1的个数多少进行排序,1的个数相同时再按ASCII码值排序

2020年1月17日 0条评论 1774点热度 0人点赞 code 阅读全文

A checksum is an algorithm that scans a packet of data and returns a single number. The idea is that if the packet is changed, the checksum will also change, so checksums are often used for detecting transmission errors, validating document contents, and in ma…

2020年1月17日 0条评论 1405点热度 0人点赞 code 阅读全文

判断一个数是否为对称且不大于五位数的素数。

2020年1月17日 0条评论 2683点热度 1人点赞 code 阅读全文

<p>找出输入数据中所有两两相乘的积为12!的个数。</p>

2020年1月17日 0条评论 1461点热度 0人点赞 code 阅读全文

求若干个整数的平均数。

2020年1月17日 0条评论 1388点热度 0人点赞 code 阅读全文

<p>求两个正整数的最小公倍数。</p>

2020年1月17日 0条评论 1467点热度 0人点赞 code 阅读全文