

 Function speed_popl10_simple_single_2

    line 7 / 15
    1 + max(n, 0) + max(m, 0)
    O(n^1)

Total Complexity: O(n^1)
