From 489dd58f85024b94225efebeab648af1b28bcfd2 Mon Sep 17 00:00:00 2001 From: Zengtudor Date: Wed, 9 Oct 2024 00:58:47 +0800 Subject: [PATCH] update --- src/P2822/P2822_debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/P2822/P2822_debug.cpp b/src/P2822/P2822_debug.cpp index b7ec44c..561946f 100644 --- a/src/P2822/P2822_debug.cpp +++ b/src/P2822/P2822_debug.cpp @@ -88,7 +88,7 @@ static void init(){ c[i][j] = (c[i-1][j-1] + c[i-1][j])%k; } } - for(ull i = 2;i