Children‘s Apples(http://noi.openjudge.cn/english/14/)

原文:

描述

There are N children. Each child has a positive number, and the numbers are different from each other. Given the sum of all numbers of children. Find a possible assignment.

输入

Two positive integers N (N <= 10) and the sum (sum <= 10000).

输出

One line contains N integers.

翻译:

有N个孩子,每个孩子有一个正整数,并且每个数都不一样,给出所有数之和,求可能的序列

输入:

两个可能的正整数,N(小于等与10)sum(小于等与10000)

输出:

一行N个整数

上一篇:【Azure 存储服务】关于Azure Storage Account(存储服务) 基于AAD用户的权限设定以及SAS key的管理问题


下一篇:定义返回函数指针的函数