Here are the warmup problems:
22 11 34 17 52 26 13 40 20 10 5 16 8 4 2 1
Sample Input Sample Output 1 10 1 10 20 100 200 100 200 125 201 210 201 210 89 900 1000 900 1000 174
* . . . * 1 0 0 . . . . 2 2 1 0 . * . . 1 * 1 0 . . . . 1 1 1 0
Sample input Sample output 4 4 Field #1 * . . . * 1 0 0 . . . . 2 2 1 0 . * . . 1 * 1 0 . . . . 1 1 1 0 3 5 Field #2 * * . . . * * 1 0 0 . . . . . 3 3 2 0 0 . * . . . 1 * 1 0 0 0 0 In your ouput and input, you don't need to put spaces between the characters.