@@ -1258,10 +1258,15 @@ Python code usually requires Python 3.8 to work.
12581258| 76 | [ CF2027_C_Add_Zeros] ( https://codeforces.com/contest/2027/problem/C ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2027_C_Add_Zeros.cpp ) |
12591259| 77 | [ CF2027_D1_The_Endspeaker_Easy_Version] ( https://codeforces.com/contest/2027/problem/D1 ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2027_D1_The_Endspeaker_Easy_Version.cpp ) |
12601260| 78 | [ CF2027_D2_The_Endspeaker_Hard_Version] ( https://codeforces.com/contest/2027/problem/D2 ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2027_D2_The_Endspeaker_Hard_Version.cpp ) |
1261- | 79 | [ CF2029_A_Set] ( https://codeforces.com/contest/2029/problem/A ) | [ Python] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2029_A_Set.py ) |
1262- | 80 | [ CF2029_B_Replacement] ( https://codeforces.com/contest/2029/problem/B ) | [ Python] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2029_B_Replacement.py ) |
1263- | 81 | [ CF2029_C_New_Rating] ( https://codeforces.com/contest/2029/problem/C ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2029_C_New_Rating.cpp ) |
1264- | 82 | [ CF2029_D_Cool_Graph] ( https://codeforces.com/contest/2029/problem/D ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2029_D_Cool_Graph.cpp ) |
1265- | 83 | [ CF2029_E_Common_Generator] ( https://codeforces.com/contest/2029/problem/E ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2029_E_Common_Generator.cpp ) |
1266- | 84 | [ 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 ) |
1267- | 85 | [ 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 ) |
1261+ | 79 | [ CF2028_A_Alice_s_Adventures_in_Chess] ( https://codeforces.com/contest/2028/problem/A ) | [ Python] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2028_A_Alice_s_Adventures_in_Chess.py ) |
1262+ | 80 | [ CF2028_B_Alice_s_Adventures_in_Permuting] ( https://codeforces.com/contest/2028/problem/B ) | [ Python] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2028_B_Alice_s_Adventures_in_Permuting.py ) |
1263+ | 81 | [ CF2028_C_Alice_s_Adventures_in_Cutting_Cake] ( https://codeforces.com/contest/2028/problem/C ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2028_C_Alice_s_Adventures_in_Cutting_Cake.cpp ) |
1264+ | 82 | [ CF2028_D_Alice_s_Adventures_in_Cards] ( https://codeforces.com/contest/2028/problem/D ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2028_D_Alice_s_Adventures_in_Cards.cpp ) |
1265+ | 83 | [ CF2028_E_Alice_s_Adventures_in_the_Rabbit_Hole] ( https://codeforces.com/contest/2028/problem/E ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2028_E_Alice_s_Adventures_in_the_Rabbit_Hole.cpp ) |
1266+ | 84 | [ CF2029_A_Set] ( https://codeforces.com/contest/2029/problem/A ) | [ Python] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2029_A_Set.py ) |
1267+ | 85 | [ CF2029_B_Replacement] ( https://codeforces.com/contest/2029/problem/B ) | [ Python] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2029_B_Replacement.py ) |
1268+ | 86 | [ CF2029_C_New_Rating] ( https://codeforces.com/contest/2029/problem/C ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2029_C_New_Rating.cpp ) |
1269+ | 87 | [ CF2029_D_Cool_Graph] ( https://codeforces.com/contest/2029/problem/D ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2029_D_Cool_Graph.cpp ) |
1270+ | 88 | [ CF2029_E_Common_Generator] ( https://codeforces.com/contest/2029/problem/E ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2029_E_Common_Generator.cpp ) |
1271+ | 89 | [ 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 ) |
1272+ | 90 | [ 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 ) |
0 commit comments