ChrisVilches / Algorithms

Solutions for competitive programming problems in various online judges such as Kattis, SPOJ, URI Online Judge, etc.
5 stars 0 forks source link

Polynomial queries #23

Closed ChrisVilches closed 2 years ago

ChrisVilches commented 2 years ago

First value is always 1 for every query. Remove argument.

Confirm first.

Actually the second parameter can also be obtained from the range arguments (i.e. x). So remove both.

ChrisVilches commented 2 years ago

Done