An integer N (1 ≤ N ≤ 1,500), representing some quantity or size.

### Example Input:

```
2
```

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