mirror of
https://gitee.com/coder-xiaomo/leetcode-problemset
synced 2025-10-22 21:46:46 +08:00
update
This commit is contained in:
@@ -149,7 +149,7 @@
|
||||
"__typename": "CodeSnippetNode"
|
||||
}
|
||||
],
|
||||
"stats": "{\"totalAccepted\": \"3.2K\", \"totalSubmission\": \"5.6K\", \"totalAcceptedRaw\": 3222, \"totalSubmissionRaw\": 5589, \"acRate\": \"57.6%\"}",
|
||||
"stats": "{\"totalAccepted\": \"3.2K\", \"totalSubmission\": \"5.6K\", \"totalAcceptedRaw\": 3237, \"totalSubmissionRaw\": 5614, \"acRate\": \"57.7%\"}",
|
||||
"hints": [
|
||||
"Eq. ax+by=1 has solution x, y if gcd(a,b) = 1.",
|
||||
"Can you generalize the formula?. Check Bézout's lemma."
|
||||
|
Reference in New Issue
Block a user