原文:CF1474-B. Different Divisors

CF B. Different Divisors 题意: 题目给出你一个 d ,要求你找出一个数字 y ,找到的 y 至少有四个整数因子并且任意两个因子之间的差至少为 d 。 思路: 首先 是任何数字的因子,任何数自己本身也是自己的一个因子,所以我们只需要找到两个差值不小于 d 的数字 x , x ,并且 min x , x 与 的差值也不小于 d ,那么第四个因子就是 x x ,也就是我们要找的 ...

2021-01-20 18:18 4 467 推荐指数:

查看详情

CF1181B

题面 主要思想 很明显,题面就是让你将一串数割开,使得隔开后的两数总和最小。 稍微分析一下后我们会想到:对于这里隔开后的两个数,他们的总位数一定,显然他们的位数越相近,总和就有机会越小。所以我们 ...

Thu Jan 23 05:17:00 CST 2020 0 813
CF291-B

B. Han Solo and Lazer Gun time limit per test 1 second memory limit per test 256 megabytes input ...

Mon Feb 16 01:01:00 CST 2015 0 4295
CF-839B

B. Game of the Rows time limit per test 1 second memory limit per test 256 megabytes ...

Mon Aug 14 00:11:00 CST 2017 0 1515
CF335B

...

Mon Aug 05 05:56:00 CST 2013 0 3119
CF286-B

B. Mr. Kitayuta's Colorful Graph time limit per test 1 second memory limit per test 256 megabytes ...

Fri Feb 13 02:47:00 CST 2015 0 2209
CF916B

B. Jamie and Binary Sequence (changed after round) time limit per test 2 seconds memory limit per test 256 ...

Wed Jan 24 01:15:00 CST 2018 0 1302
CF-796B

B. Find The Bone time limit per test 2 seconds memory limit per test 256 megabytes ...

Wed May 03 05:15:00 CST 2017 0 1995
CF696B Puzzles

Description Barney lives in country USC (United States of Charzeh). USC has n cities numbered fr ...

Mon Oct 08 18:24:00 CST 2018 0 857
 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM