An integer K (1 ≤ K ≤ 200), representing some quantity or size.

### Example Input:

```
12
```

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