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 1e29fcc commit c4674eaCopy full SHA for c4674ea
library/mrpython/modint.hpp
@@ -1,7 +1,8 @@
1
+#include "mrpython/numeric.hpp"
2
+
3
#ifndef MP_LIBRARY_MODINT_HPP
4
#define MP_LIBRARY_MODINT_HPP
5
#include <iostream>
-#include <mrpython/numeric.hpp>
6
#include <type_traits>
7
8
namespace mrpython {
package.json
@@ -2,7 +2,7 @@
"name": "mp-oi-library",
"displayName": "mp-oi-library",
"description": "Some algorithms and data structures template for competitive programming.",
- "version": "0.4.0",
+ "version": "0.4.1",
"repository": "https://github.com/Mr-Python-in-China/mp-oi-library",
"license": "LGPL-3.0-only",
"author": {
0 commit comments