杭电ACM比赛的题目B.Little Elephant and NumbersTime Limit :4000/2000
杭电ACM比赛的题目B.Little Elephant and NumbersTime Limit :4000/2000ms (Java/Other) Memory Limit :524288/262144K (Java/Other)Total Submission(s) :33 Accepted Submission(s) :12Problem DescriptionThe Little Elephant loves numbers.He has a positive integer x.The Little Elephant wants to find the number of positive integers d,such that d is the divisor of x,and x and d have at least one common (the same) digit in their decimal representations.Help the Little Elephant to find the described number.InputA single line contains a single integer x (1≤x≤109).OutputIn a single line print an integer the answer to the problem.Sample Input110Sample Output12SourceCodeforces我不明白它说要找出一个除数,至少和原来的数有一位的数字相同,但它给的10和2没有一位是相同的啊,难道是我理解错了吗?
最佳回答
注意是the number of positive integers d。即统计所有满足条件的d的数目。
10的话有1和10两个约数满足,所以输出2。
你应该懂了。直接暴力搜就可以了。
10的话有1和10两个约数满足,所以输出2。
你应该懂了。直接暴力搜就可以了。
最新回答共有2条回答
-
2026-04-06 22:57:16繁荣的哈密瓜
回复注意是the number of positive integers d。即统计所有满足条件的d的数目。10的话有1和10两个约数满足,所以输出2。你应该懂了。直接暴力搜就可以了。
热门文章
- 康达学院专转本五年制
- 高考一个考场分ab卷吗
- not only but also用法
- 某物体做自由落体运动,从释放开始计时,则物体在前2s内的平均速度为______m/s,物体下落2m时的速度大小为______m/s.
- 三角函数公式大全表格
- 地理中考必背知识点2022
- 2013-2014学年小学六年级科学上学期期末考试试卷及答案
- 人教版2014-2015学年小学五年级英语第二学期期中教学质量检测试卷及答案
- 【Linux驱动开发】设备树详解(二)设备树语法详解
- 别跟客户扯细节
- 在别的城市买房子能落户吗
- 卖房前要把装修贷还完吗
- 高中政治教学提高教学效果的方法探究
- “互联网+”背景下的初中英语课堂教学改革与创新策略研究
- 2022年终止合同范本
- 租房合同范本范文
- 如何挑选土豆
- 如何挑选土鸡
