

 Function speed_popl10_fig2_1

    line 3 / 8
    1 + max(0, (n - x)) + max(0, (m - y))
    O(n^1)

Total Complexity: O(n^1)
