Java Classic Programming question 50-way 41

Source: Internet
Author: User

There were a bunch of peaches on the beach and five monkeys. The first monkey divided the pile of peaches into five, and one more, and the monkey threw one more into the sea and took a copy. The second monkey divided the remaining peaches evenly into five pieces, and one more, it also threw a lot of one into the sea, took a copy. The third, the fifth and the other monkeys are doing so. Q. How many peaches do you have at least on the beach?

public class Example41 {
public static void Main (string[] args) {
Number ();
}

public static void number () {
int I, m, j = 0, K, Count;
for (i = 4; i < 10000; i + = 4) {
Count = 0;
m = i;
for (k = 0; k < 5; k++) {
j = I/4 * 5 + 1;
i = j;
if (j% 4 = = 0)
count++;
Else
Break
}
i = m;
if (count = = 4) {
System.out.println ("Original Peach" + j + "one");
Break
}
}
}
}

Java Classic Programming question 50-way 41

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.