﻿from math import *

def L(p):
    u=2
    n=0
    while u<=p:
        u=
        n=
    return n

