Write a rule in Lex to print integer numbers that are multiple of five. The numbers are allowed to have an optional sign ( /-). You are not neither allowed to convert the matched strings into integers, nor to use the modulus operator (%) in your rule.