We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 287db8b commit 5f7b2f6Copy full SHA for 5f7b2f6
library/mrpython/typical_segment_tree.hpp
@@ -4,6 +4,7 @@
4
#ifndef MP_LIBRARY_SEGMENT_TREE_HPP
5
#define MP_LIBRARY_SEGMENT_TREE_HPP
6
#include <algorithm>
7
+#include <functional>
8
#include <vector>
9
10
namespace mrpython {
package.json
@@ -2,7 +2,7 @@
2
"name": "mp-oi-library",
3
"displayName": "mp-oi-library",
"description": "Some algorithms and data structures template for competitive programming.",
- "version": "0.2.4",
+ "version": "0.2.5",
"repository": "https://github.com/Mr-Python-in-China/mp-oi-library",
"license": "LGPL-3.0-only",
"author": {
0 commit comments