@@ -1280,15 +1280,17 @@ Python code usually requires Python 3.8 to work.
12801280| 98 | [ 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 ) |
12811281| 99 | [ 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 ) |
12821282| 100 | [ 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 ) |
1283- | 101 | [ 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 ) |
1284- | 102 | [ 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 ) |
1285- | 103 | [ 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 ) |
1286- | 104 | [ 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 ) |
1287- | 105 | [ 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 ) |
1288- | 106 | [ 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 ) |
1289- | 107 | [ 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 ) |
1290- | 108 | [ 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 ) |
1291- | 109 | [ 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 ) |
1292- | 110 | [ 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 ) |
1293- | 111 | [ 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 ) |
1294- | 112 | [ 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 ) |
1283+ | 101 | [ 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 ) |
1284+ | 102 | [ 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 ) |
1285+ | 103 | [ 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 ) |
1286+ | 104 | [ 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 ) |
1287+ | 105 | [ 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 ) |
1288+ | 106 | [ 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 ) |
1289+ | 107 | [ 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 ) |
1290+ | 108 | [ 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 ) |
1291+ | 109 | [ 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 ) |
1292+ | 110 | [ 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 ) |
1293+ | 111 | [ 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 ) |
1294+ | 112 | [ 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 ) |
1295+ | 113 | [ 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 ) |
1296+ | 114 | [ 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 ) |
0 commit comments