Skip to content

Commit 2de09cd

Browse files
committed
fix test
1 parent 83bc40c commit 2de09cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/library_checker_aizu_tests/handmade_tests/manacher.test.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
#include "../../../library/strings/manacher/longest_palindrome_query.hpp"
77
int main() {
88
cin.tie(0)->sync_with_stdio(0);
9-
for (int n = 0; n <= 50; n++) {
9+
for (int n = 1; n <= 50; n++) {
1010
for (int tests = 20; tests--;) {
1111
string s(n, 'a');
1212
if (n == 0 || rnd<int>(0, 1) == 0) {

0 commit comments

Comments
 (0)