An integer N (1 ≤ N ≤ 999).

### Example Input:

```
16
```

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