Canonicalized Input Description:

An integer w (1 ≤ w ≤ 100000).

### Example Input:

```
25
```

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