def example_task(n: int) -> int: """ Example task""" return n**n