An integer \( n \) (0 ≤ \( n \) ≤ 100).

### Example Input:

```
5
```

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