ivan100sic / competelib-snippets

Snippets for competitive programming
The Unlicense
5 stars 2 forks source link

BUG in Treap #21

Open ivan100sic opened 5 months ago

ivan100sic commented 5 months ago

In int create(A&&... a) { The parameter pack A shouldn't be expanded. b.emplace_back(forward<A>(a)...);