Jonathan-Uy / CSES-Solutions

Accepted Solutions to the CSES Competitive Programming Problem Set
514 stars 166 forks source link

Renamed "ranges" to "intervals" to support C++20 #14

Closed RealA10N closed 1 year ago

RealA10N commented 1 year ago

In C++20 the ranges library was added. Because the code uses the std namespace when compiling, an ambiguity causes a compilation error. This change resolves the ambiguity.