@@ -1245,11 +1245,16 @@ Python code usually requires Python 3.8 to work.
12451245| 63 | [ CF2004_D_Colored_Portals] ( https://codeforces.com/contest/2004/problem/D ) | [ Python] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2004_D_Colored_Portals.py ) |
12461246| 64 | [ CF2004_E_Not_a_Nim_Problem] ( https://codeforces.com/contest/2004/problem/E ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2004_E_Not_a_Nim_Problem.cpp ) |
12471247| 65 | [ CF2007_C_Dora_and_C] ( https://codeforces.com/contest/2007/problem/C ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2007_C_Dora_and_C.cpp ) |
1248- | 66 | [ CF2023_A_Concatenation_of_Arrays] ( https://codeforces.com/contest/2023/problem/A ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2023_A_Concatenation_of_Arrays.cpp ) |
1249- | 67 | [ CF2023_B_Skipping] ( https://codeforces.com/contest/2023/problem/B ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2023_B_Skipping.cpp ) |
1250- | 68 | [ CF2023_C_C_K_S] ( https://codeforces.com/contest/2023/problem/C ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2023_C_C_K_S.cpp ) |
1251- | 69 | [ CF2027_A_Rectangle_Arrangement] ( https://codeforces.com/contest/2027/problem/A ) | [ Python] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2027_A_Rectangle_Arrangement.py ) |
1252- | 70 | [ CF2027_B_Stalin_Sort] ( https://codeforces.com/contest/2027/problem/B ) | [ Python] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2027_B_Stalin_Sort.py ) |
1253- | 71 | [ 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 ) |
1254- | 72 | [ 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 ) |
1255- | 73 | [ 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 ) |
1248+ | 66 | [ CF2022_B_Kar_Salesman] ( https://codeforces.com/contest/2022/problem/B ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2022_B_Kar_Salesman.cpp ) |
1249+ | 67 | [ CF2023_A_Concatenation_of_Arrays] ( https://codeforces.com/contest/2023/problem/A ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2023_A_Concatenation_of_Arrays.cpp ) |
1250+ | 68 | [ CF2023_B_Skipping] ( https://codeforces.com/contest/2023/problem/B ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2023_B_Skipping.cpp ) |
1251+ | 69 | [ CF2023_C_C_K_S] ( https://codeforces.com/contest/2023/problem/C ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2023_C_C_K_S.cpp ) |
1252+ | 70 | [ CF2026_A_Perpendicular_Segments] ( https://codeforces.com/contest/2026/problem/A ) | [ Python] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2026_A_Perpendicular_Segments.py ) |
1253+ | 71 | [ CF2026_B_Black_Cells] ( https://codeforces.com/contest/2026/problem/B ) | [ Python] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2026_B_Black_Cells.py ) |
1254+ | 72 | [ CF2026_C_Action_Figures] ( https://codeforces.com/contest/2026/problem/C ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2026_C_Action_Figures.cpp ) |
1255+ | 73 | [ CF2026_D_Sums_of_Segments] ( https://codeforces.com/contest/2026/problem/D ) | [ C++] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2026_D_Sums_of_Segments.cpp ) |
1256+ | 74 | [ CF2027_A_Rectangle_Arrangement] ( https://codeforces.com/contest/2027/problem/A ) | [ Python] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2027_A_Rectangle_Arrangement.py ) |
1257+ | 75 | [ CF2027_B_Stalin_Sort] ( https://codeforces.com/contest/2027/problem/B ) | [ Python] ( https://github.com/BrandonTang89/Competitive_Programming_4_Solutions/blob/main/Other_Tasks/CF2027_B_Stalin_Sort.py ) |
1258+ | 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 ) |
1259+ | 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 ) |
1260+ | 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 ) |
0 commit comments