We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83bc40c commit 2de09cdCopy full SHA for 2de09cd
tests/library_checker_aizu_tests/handmade_tests/manacher.test.cpp
@@ -6,7 +6,7 @@
6
#include "../../../library/strings/manacher/longest_palindrome_query.hpp"
7
int main() {
8
cin.tie(0)->sync_with_stdio(0);
9
- for (int n = 0; n <= 50; n++) {
+ for (int n = 1; n <= 50; n++) {
10
for (int tests = 20; tests--;) {
11
string s(n, 'a');
12
if (n == 0 || rnd<int>(0, 1) == 0) {
0 commit comments