uid stringlengths 9 18 | source stringclasses 2
values | native_id stringlengths 3 7 | title stringlengths 2 64 | url stringlengths 36 49 | tags listlengths 0 11 | time_limit_ms null | memory_limit_mb null | io_type stringclasses 1
value | difficulty_rating int64 800 3.5k ⌀ | stats dict | last_scraped_at stringclasses 2
values |
|---|---|---|---|---|---|---|---|---|---|---|---|
codeforces:1910-F | codeforces | 1910-F | Build Railway Stations | https://codeforces.com/problemset/problem/1910/F | [
"*special",
"greedy",
"trees"
] | null | null | stdin_stdout | 2,000 | {
"solved_count": 217
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1910-E | codeforces | 1910-E | Maximum Sum Subarrays | https://codeforces.com/problemset/problem/1910/E | [
"*special",
"dp"
] | null | null | stdin_stdout | 2,100 | {
"solved_count": 240
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1910-D | codeforces | 1910-D | Remove and Add | https://codeforces.com/problemset/problem/1910/D | [
"*special",
"greedy"
] | null | null | stdin_stdout | 1,800 | {
"solved_count": 406
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1910-C | codeforces | 1910-C | Poisonous Swamp | https://codeforces.com/problemset/problem/1910/C | [
"*special",
"implementation"
] | null | null | stdin_stdout | 1,600 | {
"solved_count": 734
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1910-B | codeforces | 1910-B | Security Guard | https://codeforces.com/problemset/problem/1910/B | [
"*special",
"greedy"
] | null | null | stdin_stdout | 1,600 | {
"solved_count": 802
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1910-A | codeforces | 1910-A | Username | https://codeforces.com/problemset/problem/1910/A | [
"*special",
"implementation"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 1980
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1909-I | codeforces | 1909-I | Short Permutation Problem | https://codeforces.com/problemset/problem/1909/I | [
"combinatorics",
"dp",
"fft",
"math"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 174
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1909-H | codeforces | 1909-H | Parallel Swaps Sort | https://codeforces.com/problemset/problem/1909/H | [
"constructive algorithms",
"data structures"
] | null | null | stdin_stdout | 3,500 | {
"solved_count": 109
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1909-G | codeforces | 1909-G | Pumping Lemma | https://codeforces.com/problemset/problem/1909/G | [
"hashing",
"strings"
] | null | null | stdin_stdout | 3,000 | {
"solved_count": 648
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1909-F2 | codeforces | 1909-F2 | Small Permutation Problem (Hard Version) | https://codeforces.com/problemset/problem/1909/F2 | [
"combinatorics",
"dp",
"math"
] | null | null | stdin_stdout | 2,500 | {
"solved_count": 1224
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1909-F1 | codeforces | 1909-F1 | Small Permutation Problem (Easy Version) | https://codeforces.com/problemset/problem/1909/F1 | [
"brute force",
"combinatorics",
"dp",
"math"
] | null | null | stdin_stdout | 2,200 | {
"solved_count": 2250
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1909-E | codeforces | 1909-E | Multiple Lamps | https://codeforces.com/problemset/problem/1909/E | [
"bitmasks",
"brute force",
"constructive algorithms",
"math",
"number theory"
] | null | null | stdin_stdout | 2,400 | {
"solved_count": 1675
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1909-D | codeforces | 1909-D | Split Plus K | https://codeforces.com/problemset/problem/1909/D | [
"greedy",
"math",
"number theory"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 5104
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1909-C | codeforces | 1909-C | Heavy Intervals | https://codeforces.com/problemset/problem/1909/C | [
"constructive algorithms",
"data structures",
"dsu",
"greedy",
"math",
"sortings"
] | null | null | stdin_stdout | 1,400 | {
"solved_count": 13127
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1909-B | codeforces | 1909-B | Make Almost Equal With Mod | https://codeforces.com/problemset/problem/1909/B | [
"bitmasks",
"constructive algorithms",
"math",
"number theory"
] | null | null | stdin_stdout | 1,200 | {
"solved_count": 30579
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1909-A | codeforces | 1909-A | Distinct Buttons | https://codeforces.com/problemset/problem/1909/A | [
"implementation",
"math"
] | null | null | stdin_stdout | 800 | {
"solved_count": 18903
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1907-G | codeforces | 1907-G | Lights | https://codeforces.com/problemset/problem/1907/G | [
"brute force",
"constructive algorithms",
"dfs and similar",
"graphs",
"greedy",
"implementation"
] | null | null | stdin_stdout | 2,200 | {
"solved_count": 2319
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1907-F | codeforces | 1907-F | Shift and Reverse | https://codeforces.com/problemset/problem/1907/F | [
"greedy",
"sortings"
] | null | null | stdin_stdout | 1,800 | {
"solved_count": 5975
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1907-E | codeforces | 1907-E | Good Triples | https://codeforces.com/problemset/problem/1907/E | [
"brute force",
"combinatorics",
"number theory"
] | null | null | stdin_stdout | 1,600 | {
"solved_count": 15631
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1907-D | codeforces | 1907-D | Jumping Through Segments | https://codeforces.com/problemset/problem/1907/D | [
"binary search",
"constructive algorithms"
] | null | null | stdin_stdout | 1,400 | {
"solved_count": 23342
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1907-C | codeforces | 1907-C | Removal of Unattractive Pairs | https://codeforces.com/problemset/problem/1907/C | [
"constructive algorithms",
"greedy",
"math",
"strings"
] | null | null | stdin_stdout | 1,200 | {
"solved_count": 23069
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1907-B | codeforces | 1907-B | YetnotherrokenKeoard | https://codeforces.com/problemset/problem/1907/B | [
"data structures",
"implementation",
"strings"
] | null | null | stdin_stdout | 1,000 | {
"solved_count": 30222
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1907-A | codeforces | 1907-A | Rook | https://codeforces.com/problemset/problem/1907/A | [
"implementation"
] | null | null | stdin_stdout | 800 | {
"solved_count": 41635
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1906-M | codeforces | 1906-M | Triangle Construction | https://codeforces.com/problemset/problem/1906/M | [
"greedy",
"math"
] | null | null | stdin_stdout | 1,700 | {
"solved_count": 3441
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1906-L | codeforces | 1906-L | Palindromic Parentheses | https://codeforces.com/problemset/problem/1906/L | [
"constructive algorithms"
] | null | null | stdin_stdout | 2,500 | {
"solved_count": 762
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1906-K | codeforces | 1906-K | Deck-Building Game | https://codeforces.com/problemset/problem/1906/K | [
"divide and conquer",
"math"
] | null | null | stdin_stdout | 2,500 | {
"solved_count": 561
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1906-J | codeforces | 1906-J | Count BFS Graph | https://codeforces.com/problemset/problem/1906/J | [
"combinatorics",
"dp"
] | null | null | stdin_stdout | 2,100 | {
"solved_count": 1080
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1906-I | codeforces | 1906-I | Contingency Plan 2 | https://codeforces.com/problemset/problem/1906/I | [
"graph matchings"
] | null | null | stdin_stdout | 2,900 | {
"solved_count": 218
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1906-H | codeforces | 1906-H | Twin Friends | https://codeforces.com/problemset/problem/1906/H | [
"combinatorics",
"dp"
] | null | null | stdin_stdout | 2,200 | {
"solved_count": 1080
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1906-G | codeforces | 1906-G | Grid Game 2 | https://codeforces.com/problemset/problem/1906/G | [
"games",
"number theory"
] | null | null | stdin_stdout | 2,900 | {
"solved_count": 329
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1906-F | codeforces | 1906-F | Maximize The Value | https://codeforces.com/problemset/problem/1906/F | [
"data structures",
"sortings"
] | null | null | stdin_stdout | 2,100 | {
"solved_count": 1673
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1906-E | codeforces | 1906-E | Merge Not Sort | https://codeforces.com/problemset/problem/1906/E | [
"constructive algorithms",
"dp"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 2393
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1906-D | codeforces | 1906-D | Spaceship Exploration | https://codeforces.com/problemset/problem/1906/D | [
"binary search",
"geometry"
] | null | null | stdin_stdout | 2,800 | {
"solved_count": 168
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1906-C | codeforces | 1906-C | Cursed Game | https://codeforces.com/problemset/problem/1906/C | [
"interactive"
] | null | null | stdin_stdout | 3,000 | {
"solved_count": 268
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1906-B | codeforces | 1906-B | Button Pressing | https://codeforces.com/problemset/problem/1906/B | [
"bitmasks",
"constructive algorithms",
"hashing"
] | null | null | stdin_stdout | 2,600 | {
"solved_count": 819
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1906-A | codeforces | 1906-A | Easy As ABC | https://codeforces.com/problemset/problem/1906/A | [
"brute force"
] | null | null | stdin_stdout | 1,000 | {
"solved_count": 5991
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1905-F | codeforces | 1905-F | Field Should Not Be Empty | https://codeforces.com/problemset/problem/1905/F | [
"brute force",
"data structures",
"divide and conquer"
] | null | null | stdin_stdout | 2,600 | {
"solved_count": 747
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1905-E | codeforces | 1905-E | One-X | https://codeforces.com/problemset/problem/1905/E | [
"combinatorics",
"dfs and similar",
"dp",
"math",
"trees"
] | null | null | stdin_stdout | 2,400 | {
"solved_count": 1261
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1905-D | codeforces | 1905-D | Cyclic MEX | https://codeforces.com/problemset/problem/1905/D | [
"data structures",
"implementation",
"math",
"two pointers"
] | null | null | stdin_stdout | 2,000 | {
"solved_count": 4589
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1905-C | codeforces | 1905-C | Largest Subsequence | https://codeforces.com/problemset/problem/1905/C | [
"greedy",
"strings"
] | null | null | stdin_stdout | 1,400 | {
"solved_count": 14162
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1905-B | codeforces | 1905-B | Begginer's Zelda | https://codeforces.com/problemset/problem/1905/B | [
"greedy",
"trees"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 18542
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1905-A | codeforces | 1905-A | Constructive Problems | https://codeforces.com/problemset/problem/1905/A | [
"constructive algorithms",
"math"
] | null | null | stdin_stdout | 800 | {
"solved_count": 24392
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1904-F | codeforces | 1904-F | Beautiful Tree | https://codeforces.com/problemset/problem/1904/F | [
"data structures",
"dfs and similar",
"graphs",
"implementation",
"trees"
] | null | null | stdin_stdout | 2,800 | {
"solved_count": 490
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1904-E | codeforces | 1904-E | Tree Queries | https://codeforces.com/problemset/problem/1904/E | [
"data structures",
"dfs and similar",
"graphs",
"implementation",
"trees"
] | null | null | stdin_stdout | 2,500 | {
"solved_count": 1269
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1904-D2 | codeforces | 1904-D2 | Set To Max (Hard Version) | https://codeforces.com/problemset/problem/1904/D2 | [
"constructive algorithms",
"data structures",
"divide and conquer",
"greedy",
"implementation",
"sortings"
] | null | null | stdin_stdout | 1,800 | {
"solved_count": 5655
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1904-D1 | codeforces | 1904-D1 | Set To Max (Easy Version) | https://codeforces.com/problemset/problem/1904/D1 | [
"brute force",
"constructive algorithms",
"greedy"
] | null | null | stdin_stdout | 1,600 | {
"solved_count": 8572
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1904-C | codeforces | 1904-C | Array Game | https://codeforces.com/problemset/problem/1904/C | [
"binary search",
"brute force",
"data structures",
"sortings",
"two pointers"
] | null | null | stdin_stdout | 1,400 | {
"solved_count": 23291
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1904-B | codeforces | 1904-B | Collecting Game | https://codeforces.com/problemset/problem/1904/B | [
"binary search",
"dp",
"greedy",
"sortings",
"two pointers"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 27565
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1904-A | codeforces | 1904-A | Forked! | https://codeforces.com/problemset/problem/1904/A | [
"brute force",
"implementation"
] | null | null | stdin_stdout | 900 | {
"solved_count": 39858
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1903-F | codeforces | 1903-F | Babysitting | https://codeforces.com/problemset/problem/1903/F | [
"2-sat",
"binary search",
"data structures",
"graphs",
"trees"
] | null | null | stdin_stdout | 2,500 | {
"solved_count": 894
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1903-E | codeforces | 1903-E | Geo Game | https://codeforces.com/problemset/problem/1903/E | [
"greedy",
"interactive",
"math"
] | null | null | stdin_stdout | 2,000 | {
"solved_count": 2497
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1903-D2 | codeforces | 1903-D2 | Maximum And Queries (hard version) | https://codeforces.com/problemset/problem/1903/D2 | [
"bitmasks",
"divide and conquer",
"dp",
"greedy"
] | null | null | stdin_stdout | 2,500 | {
"solved_count": 1016
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1903-D1 | codeforces | 1903-D1 | Maximum And Queries (easy version) | https://codeforces.com/problemset/problem/1903/D1 | [
"binary search",
"bitmasks",
"brute force",
"greedy"
] | null | null | stdin_stdout | 1,700 | {
"solved_count": 7077
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1903-C | codeforces | 1903-C | Theofanis' Nightmare | https://codeforces.com/problemset/problem/1903/C | [
"constructive algorithms",
"greedy"
] | null | null | stdin_stdout | 1,400 | {
"solved_count": 14421
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1903-B | codeforces | 1903-B | StORage room | https://codeforces.com/problemset/problem/1903/B | [
"bitmasks",
"brute force",
"constructive algorithms",
"greedy"
] | null | null | stdin_stdout | 1,200 | {
"solved_count": 14795
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1903-A | codeforces | 1903-A | Halloumi Boxes | https://codeforces.com/problemset/problem/1903/A | [
"brute force",
"greedy",
"sortings"
] | null | null | stdin_stdout | 800 | {
"solved_count": 78220
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1902-F | codeforces | 1902-F | Trees and XOR Queries Again | https://codeforces.com/problemset/problem/1902/F | [
"data structures",
"dfs and similar",
"divide and conquer",
"graphs",
"implementation",
"math",
"trees"
] | null | null | stdin_stdout | 2,400 | {
"solved_count": 1459
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1902-E | codeforces | 1902-E | Collapsing Strings | https://codeforces.com/problemset/problem/1902/E | [
"data structures",
"strings",
"trees"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 5558
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1902-D | codeforces | 1902-D | Robot Queries | https://codeforces.com/problemset/problem/1902/D | [
"binary search",
"data structures",
"dp",
"implementation"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 5233
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1902-C | codeforces | 1902-C | Insert and Equalize | https://codeforces.com/problemset/problem/1902/C | [
"brute force",
"constructive algorithms",
"greedy",
"math",
"number theory"
] | null | null | stdin_stdout | 1,300 | {
"solved_count": 16897
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1902-B | codeforces | 1902-B | Getting Points | https://codeforces.com/problemset/problem/1902/B | [
"binary search",
"brute force",
"greedy"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 16344
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1902-A | codeforces | 1902-A | Binary Imbalance | https://codeforces.com/problemset/problem/1902/A | [
"constructive algorithms"
] | null | null | stdin_stdout | 800 | {
"solved_count": 23228
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1901-F | codeforces | 1901-F | Landscaping | https://codeforces.com/problemset/problem/1901/F | [
"binary search",
"geometry",
"two pointers"
] | null | null | stdin_stdout | 2,900 | {
"solved_count": 188
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1901-E | codeforces | 1901-E | Compressed Tree | https://codeforces.com/problemset/problem/1901/E | [
"dfs and similar",
"dp",
"graphs",
"greedy",
"sortings",
"trees"
] | null | null | stdin_stdout | 2,200 | {
"solved_count": 1969
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1901-D | codeforces | 1901-D | Yet Another Monster Fight | https://codeforces.com/problemset/problem/1901/D | [
"binary search",
"dp",
"greedy",
"implementation",
"math"
] | null | null | stdin_stdout | 1,700 | {
"solved_count": 8551
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1901-C | codeforces | 1901-C | Add, Divide and Floor | https://codeforces.com/problemset/problem/1901/C | [
"constructive algorithms",
"greedy",
"math"
] | null | null | stdin_stdout | 1,400 | {
"solved_count": 14185
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1901-B | codeforces | 1901-B | Chip and Ribbon | https://codeforces.com/problemset/problem/1901/B | [
"greedy",
"math"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 16892
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1901-A | codeforces | 1901-A | Line Trip | https://codeforces.com/problemset/problem/1901/A | [
"greedy",
"math"
] | null | null | stdin_stdout | 800 | {
"solved_count": 74005
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1900-F | codeforces | 1900-F | Local Deletions | https://codeforces.com/problemset/problem/1900/F | [
"binary search",
"data structures",
"implementation"
] | null | null | stdin_stdout | 2,800 | {
"solved_count": 357
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1900-E | codeforces | 1900-E | Transitive Graph | https://codeforces.com/problemset/problem/1900/E | [
"dfs and similar",
"dp",
"dsu",
"graphs",
"implementation"
] | null | null | stdin_stdout | 2,100 | {
"solved_count": 2622
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1900-D | codeforces | 1900-D | Small GCD | https://codeforces.com/problemset/problem/1900/D | [
"bitmasks",
"brute force",
"dp",
"math",
"number theory"
] | null | null | stdin_stdout | 2,000 | {
"solved_count": 5331
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1900-C | codeforces | 1900-C | Anji's Binary Tree | https://codeforces.com/problemset/problem/1900/C | [
"dfs and similar",
"dp",
"trees"
] | null | null | stdin_stdout | 1,300 | {
"solved_count": 14951
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1900-B | codeforces | 1900-B | Laura and Operations | https://codeforces.com/problemset/problem/1900/B | [
"dp",
"math"
] | null | null | stdin_stdout | 900 | {
"solved_count": 20418
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1900-A | codeforces | 1900-A | Cover in Water | https://codeforces.com/problemset/problem/1900/A | [
"constructive algorithms",
"greedy",
"implementation",
"strings"
] | null | null | stdin_stdout | 800 | {
"solved_count": 63042
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1899-G | codeforces | 1899-G | Unusual Entertainment | https://codeforces.com/problemset/problem/1899/G | [
"data structures",
"dfs and similar",
"dsu",
"shortest paths",
"sortings",
"trees",
"two pointers"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 3993
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1899-F | codeforces | 1899-F | Alex's whims | https://codeforces.com/problemset/problem/1899/F | [
"constructive algorithms",
"graphs",
"greedy",
"shortest paths",
"trees"
] | null | null | stdin_stdout | 1,600 | {
"solved_count": 9476
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1899-E | codeforces | 1899-E | Queue Sort | https://codeforces.com/problemset/problem/1899/E | [
"greedy",
"implementation",
"sortings"
] | null | null | stdin_stdout | 1,300 | {
"solved_count": 18189
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1899-D | codeforces | 1899-D | Yarik and Musical Notes | https://codeforces.com/problemset/problem/1899/D | [
"hashing",
"math",
"number theory"
] | null | null | stdin_stdout | 1,300 | {
"solved_count": 15597
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1899-C | codeforces | 1899-C | Yarik and Array | https://codeforces.com/problemset/problem/1899/C | [
"dp",
"greedy",
"two pointers"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 34463
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1899-B | codeforces | 1899-B | 250 Thousand Tons of TNT | https://codeforces.com/problemset/problem/1899/B | [
"brute force",
"implementation",
"number theory"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 32998
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1899-A | codeforces | 1899-A | Game with Integers | https://codeforces.com/problemset/problem/1899/A | [
"games",
"math",
"number theory"
] | null | null | stdin_stdout | 800 | {
"solved_count": 91349
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1898-F | codeforces | 1898-F | Vova Escapes the Matrix | https://codeforces.com/problemset/problem/1898/F | [
"brute force",
"dfs and similar",
"divide and conquer",
"shortest paths"
] | null | null | stdin_stdout | 2,600 | {
"solved_count": 935
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1898-E | codeforces | 1898-E | Sofia and Strings | https://codeforces.com/problemset/problem/1898/E | [
"data structures",
"greedy",
"sortings",
"strings",
"two pointers"
] | null | null | stdin_stdout | 2,200 | {
"solved_count": 2706
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1898-D | codeforces | 1898-D | Absolute Beauty | https://codeforces.com/problemset/problem/1898/D | [
"greedy",
"math"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 6590
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1898-C | codeforces | 1898-C | Colorful Grid | https://codeforces.com/problemset/problem/1898/C | [
"constructive algorithms"
] | null | null | stdin_stdout | 1,700 | {
"solved_count": 6488
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1898-B | codeforces | 1898-B | Milena and Admirer | https://codeforces.com/problemset/problem/1898/B | [
"greedy",
"math"
] | null | null | stdin_stdout | 1,500 | {
"solved_count": 14570
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1898-A | codeforces | 1898-A | Milica and String | https://codeforces.com/problemset/problem/1898/A | [
"brute force",
"implementation",
"strings"
] | null | null | stdin_stdout | 800 | {
"solved_count": 17348
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1896-H2 | codeforces | 1896-H2 | Cyclic Hamming (Hard Version) | https://codeforces.com/problemset/problem/1896/H2 | [
"brute force",
"dp",
"fft",
"math",
"number theory"
] | null | null | stdin_stdout | 3,500 | {
"solved_count": 141
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1896-H1 | codeforces | 1896-H1 | Cyclic Hamming (Easy Version) | https://codeforces.com/problemset/problem/1896/H1 | [
"brute force",
"divide and conquer",
"dp",
"fft",
"math",
"number theory"
] | null | null | stdin_stdout | 3,400 | {
"solved_count": 116
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1896-G | codeforces | 1896-G | Pepe Racing | https://codeforces.com/problemset/problem/1896/G | [
"constructive algorithms",
"implementation",
"interactive",
"sortings"
] | null | null | stdin_stdout | 3,200 | {
"solved_count": 409
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1896-F | codeforces | 1896-F | Bracket Xoring | https://codeforces.com/problemset/problem/1896/F | [
"constructive algorithms",
"greedy",
"implementation",
"math"
] | null | null | stdin_stdout | 2,600 | {
"solved_count": 955
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1896-E | codeforces | 1896-E | Permutation Sorting | https://codeforces.com/problemset/problem/1896/E | [
"data structures",
"sortings"
] | null | null | stdin_stdout | 2,100 | {
"solved_count": 2729
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1896-D | codeforces | 1896-D | Ones and Twos | https://codeforces.com/problemset/problem/1896/D | [
"binary search",
"data structures",
"divide and conquer",
"math",
"two pointers"
] | null | null | stdin_stdout | 1,700 | {
"solved_count": 6977
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1896-C | codeforces | 1896-C | Matching Arrays | https://codeforces.com/problemset/problem/1896/C | [
"binary search",
"constructive algorithms",
"greedy",
"sortings"
] | null | null | stdin_stdout | 1,400 | {
"solved_count": 11556
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1896-B | codeforces | 1896-B | AB Flipping | https://codeforces.com/problemset/problem/1896/B | [
"greedy",
"strings",
"two pointers"
] | null | null | stdin_stdout | 900 | {
"solved_count": 18349
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1896-A | codeforces | 1896-A | Jagged Swaps | https://codeforces.com/problemset/problem/1896/A | [
"sortings"
] | null | null | stdin_stdout | 800 | {
"solved_count": 56313
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1895-G | codeforces | 1895-G | Two Characters, Two Colors | https://codeforces.com/problemset/problem/1895/G | [
"binary search",
"data structures",
"dp",
"flows",
"greedy"
] | null | null | stdin_stdout | 3,100 | {
"solved_count": 320
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1895-F | codeforces | 1895-F | Fancy Arrays | https://codeforces.com/problemset/problem/1895/F | [
"combinatorics",
"dp",
"math",
"matrices"
] | null | null | stdin_stdout | 2,600 | {
"solved_count": 1036
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1895-E | codeforces | 1895-E | Infinite Card Game | https://codeforces.com/problemset/problem/1895/E | [
"binary search",
"brute force",
"data structures",
"dfs and similar",
"dp",
"dsu",
"games",
"graphs",
"greedy",
"sortings",
"two pointers"
] | null | null | stdin_stdout | 2,300 | {
"solved_count": 1852
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1895-D | codeforces | 1895-D | XOR Construction | https://codeforces.com/problemset/problem/1895/D | [
"bitmasks",
"constructive algorithms",
"data structures",
"math",
"string suffix structures",
"trees"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 7106
} | 2026-04-13T03:38:27.662191+00:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.