A function f defined on the set of natural numbers is defined for every n as
$$f ( n ) = \begin{cases} 5 n + 40 , & 0 \leq n < 10 \\ f ( n - 10 ) , & n \geq 10 \end{cases}$$
Example: $f ( 23 ) = f ( 13 ) = f ( 3 ) = 5 \cdot 3 + 40 = 55$
Accordingly, what is the sum of the two-digit numbers AB that satisfy the equation $f ( A B ) = A B$?
A) 75
B) 80
C) 90
D) 100
E) 105