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 4707b72 commit ba64b3cCopy full SHA for ba64b3c
strings/manacher_algorithm.cpp
@@ -11,6 +11,7 @@
11
*/
12
13
#include <cassert> /// for assert
14
+#include <cstdint> /// for integral typedefs
15
#include <iostream> /// for IO operations
16
#include <vector> /// for std::vector STL
17
#ifdef _MSC_VER
strings/z_function.cpp
* @author [Ritika Gupta](https://github.com/RitikaGupta8734)
#include <string> /// for string (use this for MS Visual C++)
0 commit comments