Call a positive integer monotonous if it is a one-digit number or its digits, when read from left to right, form either a strictly increasing sequence (e.g., ) or a strictly decreasing sequence (e.g., ). However, a number is not considered monotonous if it contains the digit '5', unless it is the single-digit number itself. How many monotonous positive integers are there?
750
758
762
770
780