Dr Who`s Banquet
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 256 megabytes
Dr. Who is organizing a banquet and will be inviting several guests. A guest is happy if he can chat with a fixed number of other guests. We assume that guests cannot talk to themselves. Help Dr. Who make all his guests happy, if possible, by organizing chats between guests.
Input
Contains several data sets, and each data set is encoded on a line. A data set consists of positive integers . Each number is the number of chat partners guest would like to have.
Output
If you can make all the guests happy, you should post "ok". If not all the guests to be happy, you should get the message "fail". After each message should be displayed an empty string.
In the following table, an input data with data sets and the associated output is shown.
Examples
Input #1
Answer #1
Submissions 6K
Acceptance rate 24%