Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 4740 Accepted Submission(s): 3259
Total Submission(s): 4740 Accepted Submission(s): 3259
Problem Description
As part of an arithmetic competency program, your students will be given randomly generated lists of from 2 to 15 unique positive integers and asked to determine how many items in each list are twice some other item in the same list. You will need a program to help you with the grading. This program should be able to scan the lists and output the correct answer for each one. For example, given the list
1 4 3 2 9 7 18 22
your program should answer 3, as 2 is twice 1, 4 is twice 2, and 18 is twice 9.
1 4 3 2 9 7 18 22
your program should answer 3, as 2 is twice 1, 4 is twice 2, and 18 is twice 9.

这篇博客介绍了HDU 1303 Double的题目,探讨如何通过直接暴力方法解决这道 ACM 水题。内容提到在处理输入数据时遇到困难,但最终找到了解决问题的思路。
最低0.47元/天 解锁文章
149

被折叠的 条评论
为什么被折叠?



