Submit | All submissions | Best solutions | Back to list |
DODUCK - Door Enclosure |
Sule was a duck ranchman. Sule want to build a very large cage for his ducks. The cages also have a lot of doors. the door is open based on the number of ducks that will come out from the cage. If only one duck will come out, then only the first door will open. And if there are 2 ducks will come out, then second door will open. However, if there are 3 ducks then it will open 2 doors of the first door and the second door will open.
Your task is to determine which doors will be open if there are n ducks that will come out of the cage.
Input
The first line of input is an integer T which is the number of test case. T next line is the number n (1≤n≤21474836447) which represents the amount of ducks that will come out of the cage.
Output
The output is the doors that will open. If the doors that will open more than 1, then separate the output with space.
Example
Input: 4
1
2
3
4
Output: 1
2
1 2
3
Added by: | [Retired] |
Date: | 2011-11-14 |
Time limit: | 0.100s-1s |
Source limit: | 200B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All except: ADA95 ASM32 ASM64 BF CSHARP CLPS CLOJURE LISP sbcl LISP clisp D ERL FORTRAN GO HASK ICON ICK JAVA JS-RHINO LUA NEM NICE OCAML PERL6 PHP PIKE PRLG-swi SCALA SCM guile SCM qobi ST TCL WHITESPACE |
Resource: | Own Problem |
hide comments
|
|||||
2011-11-15 00:07:46 [Retired]
@Husnun Nashir : it had moved to tutorial. |
|||||
2011-11-14 13:53:32 Pranay
is the answer of n = 10 : 2 4? Last edit: 2011-11-14 13:53:46 |
|||||
2011-11-14 13:41:55 Husnun Nashir
bad explanation yeah, it's good to move on tutorial section Last edit: 2011-11-14 13:55:44 |
|||||
2011-11-14 13:41:55 Umar Hasan
bits Last edit: 2012-10-01 07:01:34 |
|||||
2011-11-14 13:41:55 [Retired]
if input 5, the answer is 1 3. and input 6, the answer is 2 3. |
|||||
2011-11-14 13:41:55 Udit Poddar
Still completely stumbled as to how the output was 3 for input 4. And what will be the output for input 5. and 6 |
|||||
2011-11-14 13:41:55 [Rampage] Blue.Mary
You may practice your guessing skills by this (nice?) problem. |
|||||
2011-11-14 13:41:55 PRATEEK KHURANA
Still not able to get the problem statement |
|||||
2011-11-14 13:41:55 Nur Ahmad Wahid
nice problem gan :D |
|||||
2011-11-14 13:41:55 [Retired]
the problem statement has been updated. sorry for my bad english |