Skip to content

Commit ef50cca

Browse files
committed
Updated README.md
1 parent 8a4b7d2 commit ef50cca

File tree

1 file changed

+36
-35
lines changed

1 file changed

+36
-35
lines changed

README.md

Lines changed: 36 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -1276,38 +1276,39 @@ Python code usually requires Python 3.8 to work.
12761276
| 94 | [CF2031_E_Penchick_and_Chloe_s_Trees](https://codeforces.com/contest/2031/problem/E) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2031_E_Penchick_and_Chloe_s_Trees.cpp) |
12771277
| 95 | [CF2036_E_Reverse_the_Rivers](https://codeforces.com/contest/2036/problem/E) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2036_E_Reverse_the_Rivers.py) |
12781278
| 96 | [CF2036_F_XORificator_3000](https://codeforces.com/contest/2036/problem/F) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2036_F_XORificator_3000.py) |
1279-
| 97 | [CF2043_D_Problem_about_GCD](https://codeforces.com/contest/2043/problem/D) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2043_D_Problem_about_GCD.cpp) |
1280-
| 98 | [CF2051_G_Snakes](https://codeforces.com/contest/2051/problem/G) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2051_G_Snakes.cpp) |
1281-
| 99 | [CF2055_C_The_Trail](https://codeforces.com/contest/2055/problem/C) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2055_C_The_Trail.cpp) |
1282-
| 100 | [CF2055_D_Scarecrow](https://codeforces.com/contest/2055/problem/D) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2055_D_Scarecrow.cpp) |
1283-
| 101 | [CF2056_A_Shape_Perimeter](https://codeforces.com/contest/2056/problem/A) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2056_A_Shape_Perimeter.py) |
1284-
| 102 | [CF2056_B_Find_the_Permutation](https://codeforces.com/contest/2056/problem/B) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2056_B_Find_the_Permutation.py) |
1285-
| 103 | [CF2056_C_Palindromic_Subsequences](https://codeforces.com/contest/2056/problem/C) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2056_C_Palindromic_Subsequences.py) |
1286-
| 104 | [CF2056_D_Unique_Median](https://codeforces.com/contest/2056/problem/D) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2056_D_Unique_Median.cpp) |
1287-
| 105 | [CF2059_A_Milya_and_Two_Arrays](https://codeforces.com/contest/2059/problem/A) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2059_A_Milya_and_Two_Arrays.py) |
1288-
| 106 | [CF2059_B_Cost_of_the_Array](https://codeforces.com/contest/2059/problem/B) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2059_B_Cost_of_the_Array.py) |
1289-
| 107 | [CF2060_A_Fibonacciness](https://codeforces.com/contest/2060/problem/A) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2060_A_Fibonacciness.py) |
1290-
| 108 | [CF2060_B_Farmer_John_s_Card_Game](https://codeforces.com/contest/2060/problem/B) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2060_B_Farmer_John_s_Card_Game.py) |
1291-
| 109 | [CF2060_C_Game_of_Mathletes](https://codeforces.com/contest/2060/problem/C) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2060_C_Game_of_Mathletes.py) |
1292-
| 110 | [CF2060_D_Subtract_Min_Sort](https://codeforces.com/contest/2060/problem/D) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2060_D_Subtract_Min_Sort.py) |
1293-
| 111 | [CF2060_E_Graph_Composition](https://codeforces.com/contest/2060/problem/E) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2060_E_Graph_Composition.cpp) |
1294-
| 112 | [CF2060_F_Multiplicative_Arrays](https://codeforces.com/contest/2060/problem/F) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2060_F_Multiplicative_Arrays.cpp) |
1295-
| 113 | [CF2062_A_String](https://codeforces.com/contest/2062/problem/A) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2062_A_String.py) |
1296-
| 114 | [CF2062_B_Clockwork](https://codeforces.com/contest/2062/problem/B) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2062_B_Clockwork.py) |
1297-
| 115 | [CF2062_C_Cirno_and_Operations](https://codeforces.com/contest/2062/problem/C) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2062_C_Cirno_and_Operations.py) |
1298-
| 116 | [CF2062_D_Balanced_Tree](https://codeforces.com/contest/2062/problem/D) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2062_D_Balanced_Tree.cpp) |
1299-
| 117 | [CF2062_E1_The_Game_Easy_Version](https://codeforces.com/contest/2062/problem/E1) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2062_E1_The_Game_Easy_Version.cpp) |
1300-
| 118 | [CF2063_B_Subsequence_Update](https://codeforces.com/contest/2063/problem/B) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2063_B_Subsequence_Update.cpp) |
1301-
| 119 | [CF2063_C_Remove_Exactly_Two](https://codeforces.com/contest/2063/problem/C) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2063_C_Remove_Exactly_Two.cpp) |
1302-
| 120 | [CF2063_D_Game_With_Triangles](https://codeforces.com/contest/2063/problem/D) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2063_D_Game_With_Triangles.cpp) |
1303-
| 121 | [CF2065_A_Skibidus_and_Amog_u](https://codeforces.com/contest/2065/problem/A) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2065_A_Skibidus_and_Amog_u.py) |
1304-
| 122 | [CF2065_B_Skibidus_and_Ohio](https://codeforces.com/contest/2065/problem/B) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2065_B_Skibidus_and_Ohio.py) |
1305-
| 123 | [CF2065_C_2_Skibidus_and_Fanum_Tax_hard_version](https://codeforces.com/contest/2065/problem/C) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2065_C_2_Skibidus_and_Fanum_Tax_hard_version.cpp) |
1306-
| 124 | [CF2065_D_Skibidus_and_Sigma](https://codeforces.com/contest/2065/problem/D) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2065_D_Skibidus_and_Sigma.cpp) |
1307-
| 125 | [CF2065_E_Skibidus_and_Rizz](https://codeforces.com/contest/2065/problem/E) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2065_E_Skibidus_and_Rizz.py) |
1308-
| 126 | [CF2066_A_Object_Identification](https://codeforces.com/contest/2066/problem/A) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2066_A_Object_Identification.py) |
1309-
| 127 | [CF2066_B_White_Magic](https://codeforces.com/contest/2066/problem/B) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2066_B_White_Magic.cpp) |
1310-
| 128 | [CF2066_C_Bitwise_Slides](https://codeforces.com/contest/2066/problem/C) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2066_C_Bitwise_Slides.cpp) |
1311-
| 129 | [CF2067_A_Adjacent_Digit_Sums](https://codeforces.com/contest/2067/problem/A) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2067_A_Adjacent_Digit_Sums.py) |
1312-
| 130 | [CF2067_B_Two_Large_Bags](https://codeforces.com/contest/2067/problem/B) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2067_B_Two_Large_Bags.cpp) |
1313-
| 131 | [CF2067_C_Devyatkino](https://codeforces.com/contest/2067/problem/C) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2067_C_Devyatkino.cpp) |
1279+
| 97 | [CF2043_C_Sums_on_Segments](https://codeforces.com/contest/2043/problem/C) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2043_C_Sums_on_Segments.cpp) |
1280+
| 98 | [CF2043_D_Problem_about_GCD](https://codeforces.com/contest/2043/problem/D) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2043_D_Problem_about_GCD.cpp) |
1281+
| 99 | [CF2051_G_Snakes](https://codeforces.com/contest/2051/problem/G) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2051_G_Snakes.cpp) |
1282+
| 100 | [CF2055_C_The_Trail](https://codeforces.com/contest/2055/problem/C) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2055_C_The_Trail.cpp) |
1283+
| 101 | [CF2055_D_Scarecrow](https://codeforces.com/contest/2055/problem/D) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2055_D_Scarecrow.cpp) |
1284+
| 102 | [CF2056_A_Shape_Perimeter](https://codeforces.com/contest/2056/problem/A) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2056_A_Shape_Perimeter.py) |
1285+
| 103 | [CF2056_B_Find_the_Permutation](https://codeforces.com/contest/2056/problem/B) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2056_B_Find_the_Permutation.py) |
1286+
| 104 | [CF2056_C_Palindromic_Subsequences](https://codeforces.com/contest/2056/problem/C) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2056_C_Palindromic_Subsequences.py) |
1287+
| 105 | [CF2056_D_Unique_Median](https://codeforces.com/contest/2056/problem/D) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2056_D_Unique_Median.cpp) |
1288+
| 106 | [CF2059_A_Milya_and_Two_Arrays](https://codeforces.com/contest/2059/problem/A) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2059_A_Milya_and_Two_Arrays.py) |
1289+
| 107 | [CF2059_B_Cost_of_the_Array](https://codeforces.com/contest/2059/problem/B) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2059_B_Cost_of_the_Array.py) |
1290+
| 108 | [CF2060_A_Fibonacciness](https://codeforces.com/contest/2060/problem/A) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2060_A_Fibonacciness.py) |
1291+
| 109 | [CF2060_B_Farmer_John_s_Card_Game](https://codeforces.com/contest/2060/problem/B) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2060_B_Farmer_John_s_Card_Game.py) |
1292+
| 110 | [CF2060_C_Game_of_Mathletes](https://codeforces.com/contest/2060/problem/C) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2060_C_Game_of_Mathletes.py) |
1293+
| 111 | [CF2060_D_Subtract_Min_Sort](https://codeforces.com/contest/2060/problem/D) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2060_D_Subtract_Min_Sort.py) |
1294+
| 112 | [CF2060_E_Graph_Composition](https://codeforces.com/contest/2060/problem/E) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2060_E_Graph_Composition.cpp) |
1295+
| 113 | [CF2060_F_Multiplicative_Arrays](https://codeforces.com/contest/2060/problem/F) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2060_F_Multiplicative_Arrays.cpp) |
1296+
| 114 | [CF2062_A_String](https://codeforces.com/contest/2062/problem/A) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2062_A_String.py) |
1297+
| 115 | [CF2062_B_Clockwork](https://codeforces.com/contest/2062/problem/B) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2062_B_Clockwork.py) |
1298+
| 116 | [CF2062_C_Cirno_and_Operations](https://codeforces.com/contest/2062/problem/C) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2062_C_Cirno_and_Operations.py) |
1299+
| 117 | [CF2062_D_Balanced_Tree](https://codeforces.com/contest/2062/problem/D) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2062_D_Balanced_Tree.cpp) |
1300+
| 118 | [CF2062_E1_The_Game_Easy_Version](https://codeforces.com/contest/2062/problem/E1) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2062_E1_The_Game_Easy_Version.cpp) |
1301+
| 119 | [CF2063_B_Subsequence_Update](https://codeforces.com/contest/2063/problem/B) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2063_B_Subsequence_Update.cpp) |
1302+
| 120 | [CF2063_C_Remove_Exactly_Two](https://codeforces.com/contest/2063/problem/C) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2063_C_Remove_Exactly_Two.cpp) |
1303+
| 121 | [CF2063_D_Game_With_Triangles](https://codeforces.com/contest/2063/problem/D) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2063_D_Game_With_Triangles.cpp) |
1304+
| 122 | [CF2065_A_Skibidus_and_Amog_u](https://codeforces.com/contest/2065/problem/A) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2065_A_Skibidus_and_Amog_u.py) |
1305+
| 123 | [CF2065_B_Skibidus_and_Ohio](https://codeforces.com/contest/2065/problem/B) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2065_B_Skibidus_and_Ohio.py) |
1306+
| 124 | [CF2065_C_2_Skibidus_and_Fanum_Tax_hard_version](https://codeforces.com/contest/2065/problem/C) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2065_C_2_Skibidus_and_Fanum_Tax_hard_version.cpp) |
1307+
| 125 | [CF2065_D_Skibidus_and_Sigma](https://codeforces.com/contest/2065/problem/D) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2065_D_Skibidus_and_Sigma.cpp) |
1308+
| 126 | [CF2065_E_Skibidus_and_Rizz](https://codeforces.com/contest/2065/problem/E) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2065_E_Skibidus_and_Rizz.py) |
1309+
| 127 | [CF2066_A_Object_Identification](https://codeforces.com/contest/2066/problem/A) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2066_A_Object_Identification.py) |
1310+
| 128 | [CF2066_B_White_Magic](https://codeforces.com/contest/2066/problem/B) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2066_B_White_Magic.cpp) |
1311+
| 129 | [CF2066_C_Bitwise_Slides](https://codeforces.com/contest/2066/problem/C) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2066_C_Bitwise_Slides.cpp) |
1312+
| 130 | [CF2067_A_Adjacent_Digit_Sums](https://codeforces.com/contest/2067/problem/A) | [Python](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2067_A_Adjacent_Digit_Sums.py) |
1313+
| 131 | [CF2067_B_Two_Large_Bags](https://codeforces.com/contest/2067/problem/B) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2067_B_Two_Large_Bags.cpp) |
1314+
| 132 | [CF2067_C_Devyatkino](https://codeforces.com/contest/2067/problem/C) | [C++](https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2067_C_Devyatkino.cpp) |

0 commit comments

Comments
 (0)