An integer w (1 ≤ w ≤ 100000), representing some quantity.

### Example Input:

```
25
```

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