Introduction - If you have any usage issues, please Google them yourself
Problem Description: Integer division is a classic problem. I hope this question your ability to be a combination of mathematical problem-solving help. Input: Each input two integers n and k. (1 < = n < = 50, 1 < = k < = n) Output: For each input, six output lines. First line: divide the number n is divided into a number of positive integers and the. Second row: k will be divided into n positive integers and the division number. Third line: n divided into no more than the maximum number of division number k. Fourth line: divide the number n is divided into a number of odd positive integers. Fifth row: divide the number n is divided into a number of different integers and the.