From 2aa12fbb6e37b00a54fd61417a7bdb3e45bc8cb1 Mon Sep 17 00:00:00 2001 From: Licsber Date: Sun, 10 Apr 2022 05:51:10 +0800 Subject: [PATCH] =?UTF-8?q?add=20=E4=B8=AD=E5=9B=BD=E5=89=A9=E4=BD=99?= =?UTF-8?q?=E5=AE=9A=E7=90=86.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lanqiao/series13sheng/retry_tb.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lanqiao/series13sheng/retry_tb.py b/lanqiao/series13sheng/retry_tb.py index f5728d6..1d60289 100644 --- a/lanqiao/series13sheng/retry_tb.py +++ b/lanqiao/series13sheng/retry_tb.py @@ -70,8 +70,8 @@ def lcm(a, b): ans = 2022040920220409 check(ans) -ans = 1 -product = 1 +# 中国剩余定理 +ans = product = 1 for num, mod in nums: while ans % num != mod: ans += product