1
0
Fork 0

fix(string/sa): debugging code

This commit is contained in:
arielherself 2025-01-02 18:20:51 +08:00
parent a831bd6278
commit d4d2d86f43
Signed by: arielherself
SSH Key Fingerprint: SHA256:AK3cyo9tFsp7Mox7K0sYphleC8hReXhnRKxwuDT5LBc
1 changed files with 0 additions and 1 deletions

View File

@ -80,7 +80,6 @@ struct SA {
if (a > b) {
std::swap(a, b);
}
deb(a, b, rmq(a, b));
return std::min({n - i, n - j, rmq(a, b)});
}