PROBLEM1 - MODULUS
Given an integer n print all the possibilities of a % n.
Input
The first line consists of an integer t, the number of test cases followed by t lines containing an integer n.
Output
For each test case print all the possibilities of a%n in descending order separated by a single space. After each test case print a new line character. If there are no possibilities print "NOT POSSIBLE".
Constraints
0 < t <= 100
0 <= N <= 100
Example
Input: 2 1 2 Output: 0 1 0
hide comments
Julian Leyh:
2013-05-17 22:01:14
code didn't get submitted, tells me it's more than 250B, but it is exactly 250B.
|
|
YatsukoYin:
2013-05-17 22:01:14
why Python - yes, but ruby or perl - no?
|
|
hendrik:
2013-05-17 22:01:14
What about Brainfuck as only allowed language? |
|
Karl-Aksel Puulmann:
2013-05-17 22:01:14
As others have said, this should be in tutorial. |
|
:(){ :|: & };::
2013-05-17 22:01:14
|
|
Michael T:
2013-05-17 22:01:14
Should be tutorial. Last edit: 2011-03-07 13:01:33 |
Added by: | cegprakash |
Date: | 2011-03-01 |
Time limit: | 1s |
Source limit: | 250B |
Memory limit: | 1536MB |
Cluster: | Cube (Intel G860) |
Languages: | All |