Exemplo n.º 1
0
def test1500():
    assert get_ugly(1500) == 859963392
Exemplo n.º 2
0
def test1():
    assert get_ugly(1) == 1
Exemplo n.º 3
0
def test10():
    assert get_ugly(10) == 12
Exemplo n.º 4
0
def test11():
    assert get_ugly(11) == 15
Exemplo n.º 5
0
def test8():
    assert get_ugly(8) == 9
Exemplo n.º 6
0
def test9():
    assert get_ugly(9) == 10
Exemplo n.º 7
0
def test1():
    assert get_ugly(0) == 0
Exemplo n.º 8
0
def test7():
    assert get_ugly(7) == 8
Exemplo n.º 9
0
def test6():
    assert get_ugly(6) == 6
Exemplo n.º 10
0
def test5():
    assert get_ugly(5) == 5
Exemplo n.º 11
0
def test4():
    assert get_ugly(4) == 4
Exemplo n.º 12
0
def test3():
    assert get_ugly(3) == 3
Exemplo n.º 13
0
def test2():
    assert get_ugly(2) == 2