Closed GREEDnim closed 1 year ago
for this question, day 25 , what does this mean in the explanation
The i-th line in the next N lines contains two numbers, v and x, which are the velocity and the current position of the i-th motorcyclist (1 <= v, x <= 100,000).
if there are only n motorcycles, how is x>n in the testcases?
Only n motorcycles exist, yet there are x positions. This indicates that the test cases are based on an analysis. As a result, x> n.
for this question, day 25 , what does this mean in the explanation
The i-th line in the next N lines contains two numbers, v and x, which are the velocity and the current position of the i-th motorcyclist (1 <= v, x <= 100,000).
if there are only n motorcycles, how is x>n in the testcases?