把2N个球放到M个盒子里(N>=M)使得各盒中的球数为偶数
把2N个球放到M个盒子里(N=M)使得各盒中的球数为偶数 By:Luo Weifeng 2011-3-16 昨天一MM(老同桌)问了我一简单的算法设计题。题目就这个题目,算是很简单了,不过越是简单的事情越考验一个人的东西。 To iterate is human, torecurse divine L. Peter Deu
把2N个球放到M个盒子里(N>=M)使得各盒中的球数为偶数
By:Luo Weifeng 2011-3-16
昨天一MM(老同桌)问了我一简单的算法设计题。题目就这个题目,算是很简单了,不过越是简单的事情越考验一个人的东西。
“To iterate is human, to recurse divine”——L. Peter Deutsch ( “人理解迭代,神理解递归。”)
问题不难所以就很快搞定了,让我再次回头看这个问题的原因是,这么简单的问题竟然综合了 iterate和recurse的方法。废话不说,贴代码如下:
运行结果:
代码没什么好说的,很简单。O(∩_∩)O~

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics

In this section, we will see how to check whether a number is odd or even without using any conditional statements like <, <=, !=, >, >=, ==. We can easily check if the number is odd or even by using conditional statement. We can divide the number by 2 and check if the remainder is 0. If 0, it is an even number. Otherwise, we can AND the number with 1. If the answer is 0, it is an even number, otherwise it is an odd number. Conditional statements cannot be used here. We'll see two different ways to check whether an odd or even number is present. Method 1 Here we will create an array of strings. The index 0 position will hold "even" and the index 1 position will hold "odd". We can divide numbers

What is AMP Coin? The AMP token was created by the Synereo team in 2015 as the main trading currency of the Synereo platform. AMP token aims to provide users with a better digital economic experience through multiple functions and uses. Purpose of AMP Token The AMP Token has multiple roles and functions in the Synereo platform. First, as part of the platform’s cryptocurrency reward system, users are able to earn AMP rewards by sharing and promoting content, a mechanism that encourages users to participate more actively in the platform’s activities. AMP tokens can also be used to promote and distribute content on the Synereo platform. Users can increase the visibility of their content on the platform by using AMP tokens to attract more viewers to view and share

Sum of squares of first n even numbers means, we first find the squares and add them all to get the sum. There are two ways to find the sum of the squares of the first n even numbers using a loop. We can use a loop to iterate from 1 to n, incrementing by 1 each time, find the square and add it to the sum variable − Example #include<iostream>usingnamespacestd;intmain (){ intsum=0,n=12; for(inti=1;i<=n;i++) &nb

To find the average of the even numbers before a given even number, we will add up all the even numbers before a given number and then count the number of even numbers. Then divide the sum by the number of even numbers. Example The average of even numbers up to 10 is 6 i.e. 2+4+6+8+10=30=>30/5=6 There are two ways to calculate the average of even numbers up to n i.e. even numbers. Program to calculate the average of even numbers up to n using formula using loop Using loop To calculate the average of even numbers up to n, we will add all the even numbers up to n and then divide by the number of even numbers up to n. Calculate the average of even natural numbers up to n - Sample code Live demonstration #include<stdio.h>intm

Given an array, add the smallest number (should be greater than 0) to the array such that the sum of the array becomes an even number. Input - 1234, Output - 2 Explanation - The sum of the array is 10, so we add the minimum number 2 to make the sum even. Method 1: Calculate the sum of all elements of the array, then check if the sum is an even number, then add the minimum number to be 2, otherwise add the minimum number to be 1. Input -1234, Output -2 Explanation - The sum of the array is 10, so we add the minimum number 2 to make the sum even. Example #include<iostream>usingnamespacestd;intmain(){ intarr[]=

Understanding how arrays work is fundamental for any developer, and Java is no exception. In Java, an array is an object that stores multiple variables of the same type. However, arrays can often be used in more complex ways. One such example is when you need to calculate the sum of an array, considering only the even numbers at odd indices and the odd numbers at even indices, whether they are evenly divisible by the size of the array. In this article, we will guide you step by step on how to solve this problem. Problem Statement Given an array of integers, write a function in Java to determine whether the sum of even numbers at odd indices and the sum of odd numbers at even indices are divisible by the size of the array. The method solution involves looping through the array and selectively adding numbers to the sum. we will traverse

Given a number N, we need to find the Nth even number. An even number is a number that is divisible by 2 with a remainder of zero. For example, 2, 4, 6, 8, 10, etc. If we look carefully at the list of even numbers, we can also represent them as 2*1=2, 2*2=4, 2*3=6, 2*4=8,...2*N. So, to solve this problem, we can simply multiply the number N by 2 so that the result is a number that is divisible by 2, i.e. an even number. ExampleInput:n=4Output:8Thefirst4evennumberswillbe2,4,6,8,..Input:n=10Output:20Algorithm START &n

Amp [AMP] crypto price was up 11% in the last seven days and was trading at $0.0043, at the time of writing according to CoinMarketCap.
