An integer X (1 ≤ X ≤ 10^9).

### Example Input:

```
6
```

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