zoukankan      html  css  js  c++  java
  • POJ 1032问题描述

    Description

    New convocation of The Fool Land's Parliament consists of N delegates. According to the present regulation delegates should be divided into disjoint groups of different sizes and every day each group has to send one delegate to the conciliatory committee. The composition of the conciliatory committee should be different each day. The Parliament works only while this can be accomplished. 
    You are to write a program that will determine how many delegates should contain each group in order for Parliament to work as long as possible. 

    Input

    The input file contains a single integer N (5<=N<=1000 ).

    Output

    Write to the output file the sizes of groups that allow the Parliament to work for the maximal possible time. These sizes should be printed on a single line in ascending order and should be separated by spaces.

    Sample Input

    7

    Sample Output

    3 4
  • 相关阅读:
    To be a master II.
    To be a master.
    快速排序
    选择排序
    冒泡排序
    Myeclipse 2013 Pro 激活工具
    Java多线程
    设计模式:动态代理
    面向对象
    新安装mysql修改密码,远程访问授权
  • 原文地址:https://www.cnblogs.com/guochen/p/5383933.html
Copyright © 2011-2022 走看看