Canonicalized Input Description:

A single integer N (1 ≤ N ≤ 12).

### Example Input:
```
3
```

### Function Signature:
Write a function f(N) that takes in the input.
def f(N: int):
    '''
    N: an integer
    '''
