From e29792567f10da4ac171189904c768d5ff3a698d Mon Sep 17 00:00:00 2001 From: Keqi Huang Date: Sun, 31 Mar 2019 15:34:15 +0800 Subject: [PATCH] Update and rename 1013._Pairs_of_Songs_With_Total_Durations_Divisible_by_60.md to 1010._Pairs_of_Songs_With_Total_Durations_Divisible_by_60.md --- ...010._Pairs_of_Songs_With_Total_Durations_Divisible_by_60.md} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename docs/Leetcode_Solutions/Python/{1013._Pairs_of_Songs_With_Total_Durations_Divisible_by_60.md => 1010._Pairs_of_Songs_With_Total_Durations_Divisible_by_60.md} (97%) diff --git a/docs/Leetcode_Solutions/Python/1013._Pairs_of_Songs_With_Total_Durations_Divisible_by_60.md b/docs/Leetcode_Solutions/Python/1010._Pairs_of_Songs_With_Total_Durations_Divisible_by_60.md similarity index 97% rename from docs/Leetcode_Solutions/Python/1013._Pairs_of_Songs_With_Total_Durations_Divisible_by_60.md rename to docs/Leetcode_Solutions/Python/1010._Pairs_of_Songs_With_Total_Durations_Divisible_by_60.md index 0a96d6a..1d49fe6 100644 --- a/docs/Leetcode_Solutions/Python/1013._Pairs_of_Songs_With_Total_Durations_Divisible_by_60.md +++ b/docs/Leetcode_Solutions/Python/1010._Pairs_of_Songs_With_Total_Durations_Divisible_by_60.md @@ -1,4 +1,4 @@ -# 1013. Pairs of Songs With Total Durations Divisible by 60 +# 1010. Pairs of Songs With Total Durations Divisible by 60 **难度: Easy** -- GitLab