We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f857c9 commit 1536695Copy full SHA for 1536695
tests/library_checker_aizu_tests/strings/kmp.test.cpp
@@ -1,7 +1,7 @@
1
#define PROBLEM \
2
"https://onlinejudge.u-aizu.ac.jp/courses/lesson/1/ALDS1/all/ALDS1_14_B"
3
#include "../template.hpp"
4
-#include "../../../library/strings/knuth_morris_pratt.hpp"
+#include "../../../library/strings/kmp.hpp"
5
int main() {
6
cin.tie(0)->sync_with_stdio(0);
7
string haystack, needle;
0 commit comments