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:1761-F2 | codeforces | 1761-F2 | Anti-median (Hard Version) | https://codeforces.com/problemset/problem/1761/F2 | [
"combinatorics",
"dp",
"math"
] | null | null | stdin_stdout | 3,500 | {
"solved_count": 102
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1761-F1 | codeforces | 1761-F1 | Anti-median (Easy Version) | https://codeforces.com/problemset/problem/1761/F1 | [
"dp",
"math"
] | null | null | stdin_stdout | 3,100 | {
"solved_count": 254
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1761-E | codeforces | 1761-E | Make It Connected | https://codeforces.com/problemset/problem/1761/E | [
"binary search",
"brute force",
"constructive algorithms",
"dsu",
"graphs",
"greedy",
"matrices",
"trees",
"two pointers"
] | null | null | stdin_stdout | 2,400 | {
"solved_count": 2140
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1761-D | codeforces | 1761-D | Carry Bit | https://codeforces.com/problemset/problem/1761/D | [
"combinatorics",
"math"
] | null | null | stdin_stdout | 2,100 | {
"solved_count": 2757
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1761-C | codeforces | 1761-C | Set Construction | https://codeforces.com/problemset/problem/1761/C | [
"constructive algorithms",
"dfs and similar",
"graphs",
"greedy"
] | null | null | stdin_stdout | 1,400 | {
"solved_count": 10691
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1761-B | codeforces | 1761-B | Elimination of a Ring | https://codeforces.com/problemset/problem/1761/B | [
"constructive algorithms",
"greedy",
"implementation"
] | null | null | stdin_stdout | 1,000 | {
"solved_count": 14671
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1761-A | codeforces | 1761-A | Two Permutations | https://codeforces.com/problemset/problem/1761/A | [
"brute force",
"constructive algorithms"
] | null | null | stdin_stdout | 800 | {
"solved_count": 36136
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1760-G | codeforces | 1760-G | SlavicG's Favorite Problem | https://codeforces.com/problemset/problem/1760/G | [
"bitmasks",
"dfs and similar",
"graphs"
] | null | null | stdin_stdout | 1,700 | {
"solved_count": 10220
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1760-F | codeforces | 1760-F | Quests | https://codeforces.com/problemset/problem/1760/F | [
"binary search",
"greedy",
"sortings"
] | null | null | stdin_stdout | 1,500 | {
"solved_count": 14715
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1760-E | codeforces | 1760-E | Binary Inversions | https://codeforces.com/problemset/problem/1760/E | [
"data structures",
"greedy",
"math"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 22942
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1760-D | codeforces | 1760-D | Challenging Valleys | https://codeforces.com/problemset/problem/1760/D | [
"implementation",
"two pointers"
] | null | null | stdin_stdout | 1,000 | {
"solved_count": 26900
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1760-C | codeforces | 1760-C | Advantage | https://codeforces.com/problemset/problem/1760/C | [
"data structures",
"implementation",
"sortings"
] | null | null | stdin_stdout | 800 | {
"solved_count": 43606
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1760-B | codeforces | 1760-B | Atilla's Favorite Problem | https://codeforces.com/problemset/problem/1760/B | [
"greedy",
"implementation",
"strings"
] | null | null | stdin_stdout | 800 | {
"solved_count": 53134
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1760-A | codeforces | 1760-A | Medium Number | https://codeforces.com/problemset/problem/1760/A | [
"implementation",
"sortings"
] | null | null | stdin_stdout | 800 | {
"solved_count": 79321
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1759-G | codeforces | 1759-G | Restore the Permutation | https://codeforces.com/problemset/problem/1759/G | [
"binary search",
"constructive algorithms",
"data structures",
"greedy",
"math"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 5469
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1759-F | codeforces | 1759-F | All Possible Digits | https://codeforces.com/problemset/problem/1759/F | [
"binary search",
"data structures",
"greedy",
"math",
"number theory"
] | null | null | stdin_stdout | 1,800 | {
"solved_count": 4488
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1759-E | codeforces | 1759-E | The Humanoid | https://codeforces.com/problemset/problem/1759/E | [
"brute force",
"dp",
"sortings"
] | null | null | stdin_stdout | 1,500 | {
"solved_count": 12477
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1759-D | codeforces | 1759-D | Make It Round | https://codeforces.com/problemset/problem/1759/D | [
"brute force",
"number theory"
] | null | null | stdin_stdout | 1,400 | {
"solved_count": 20056
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1759-C | codeforces | 1759-C | Thermostat | https://codeforces.com/problemset/problem/1759/C | [
"greedy",
"math",
"shortest paths"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 19354
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1759-B | codeforces | 1759-B | Lost Permutation | https://codeforces.com/problemset/problem/1759/B | [
"math"
] | null | null | stdin_stdout | 800 | {
"solved_count": 23609
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1759-A | codeforces | 1759-A | Yes-Yes? | https://codeforces.com/problemset/problem/1759/A | [
"implementation",
"strings"
] | null | null | stdin_stdout | 800 | {
"solved_count": 32580
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1758-F | codeforces | 1758-F | Decent Division | https://codeforces.com/problemset/problem/1758/F | [
"constructive algorithms",
"data structures"
] | null | null | stdin_stdout | 3,000 | {
"solved_count": 212
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1758-E | codeforces | 1758-E | Tick, Tock | https://codeforces.com/problemset/problem/1758/E | [
"combinatorics",
"dfs and similar",
"dsu",
"graphs"
] | null | null | stdin_stdout | 2,500 | {
"solved_count": 1004
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1758-D | codeforces | 1758-D | Range = √Sum | https://codeforces.com/problemset/problem/1758/D | [
"binary search",
"brute force",
"constructive algorithms",
"math",
"two pointers"
] | null | null | stdin_stdout | 1,800 | {
"solved_count": 8453
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1758-C | codeforces | 1758-C | Almost All Multiples | https://codeforces.com/problemset/problem/1758/C | [
"greedy",
"number theory"
] | null | null | stdin_stdout | 1,400 | {
"solved_count": 15207
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1758-B | codeforces | 1758-B | XOR = Average | https://codeforces.com/problemset/problem/1758/B | [
"constructive algorithms"
] | null | null | stdin_stdout | 900 | {
"solved_count": 23836
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1758-A | codeforces | 1758-A | SSeeeeiinngg DDoouubbllee | https://codeforces.com/problemset/problem/1758/A | [
"constructive algorithms",
"strings"
] | null | null | stdin_stdout | 800 | {
"solved_count": 27012
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1754-B | codeforces | 1754-B | Kevin and Permutation | https://codeforces.com/problemset/problem/1754/B | [
"constructive algorithms",
"greedy",
"math"
] | null | null | stdin_stdout | 800 | {
"solved_count": 19700
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1754-A | codeforces | 1754-A | Technical Support | https://codeforces.com/problemset/problem/1754/A | [
"greedy"
] | null | null | stdin_stdout | 800 | {
"solved_count": 24848
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1753-F | codeforces | 1753-F | Minecraft Series | https://codeforces.com/problemset/problem/1753/F | [
"brute force",
"two pointers"
] | null | null | stdin_stdout | 3,500 | {
"solved_count": 249
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1753-E | codeforces | 1753-E | N Machines | https://codeforces.com/problemset/problem/1753/E | [
"binary search",
"brute force",
"greedy"
] | null | null | stdin_stdout | 3,300 | {
"solved_count": 423
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1753-D | codeforces | 1753-D | The Beach | https://codeforces.com/problemset/problem/1753/D | [
"constructive algorithms",
"dfs and similar",
"graphs",
"shortest paths"
] | null | null | stdin_stdout | 2,400 | {
"solved_count": 2049
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1753-C | codeforces | 1753-C | Wish I Knew How to Sort | https://codeforces.com/problemset/problem/1753/C | [
"dp",
"math",
"probabilities"
] | null | null | stdin_stdout | 2,000 | {
"solved_count": 5248
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1753-B | codeforces | 1753-B | Factorial Divisibility | https://codeforces.com/problemset/problem/1753/B | [
"math",
"number theory"
] | null | null | stdin_stdout | 1,600 | {
"solved_count": 14937
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1753-A2 | codeforces | 1753-A2 | Make Nonzero Sum (hard version) | https://codeforces.com/problemset/problem/1753/A2 | [
"constructive algorithms",
"dp",
"greedy"
] | null | null | stdin_stdout | 1,500 | {
"solved_count": 11580
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1753-A1 | codeforces | 1753-A1 | Make Nonzero Sum (easy version) | https://codeforces.com/problemset/problem/1753/A1 | [
"constructive algorithms",
"dp",
"greedy"
] | null | null | stdin_stdout | 1,300 | {
"solved_count": 16408
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1750-H | codeforces | 1750-H | BinaryStringForces | https://codeforces.com/problemset/problem/1750/H | [
"constructive algorithms",
"data structures",
"dp"
] | null | null | stdin_stdout | 3,500 | {
"solved_count": 120
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1750-G | codeforces | 1750-G | Doping | https://codeforces.com/problemset/problem/1750/G | [
"combinatorics",
"dp",
"math"
] | null | null | stdin_stdout | 3,300 | {
"solved_count": 352
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1750-F | codeforces | 1750-F | Majority | https://codeforces.com/problemset/problem/1750/F | [
"combinatorics",
"dp",
"math",
"strings"
] | null | null | stdin_stdout | 2,700 | {
"solved_count": 1197
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1750-E | codeforces | 1750-E | Bracket Cost | https://codeforces.com/problemset/problem/1750/E | [
"binary search",
"data structures",
"divide and conquer",
"dp",
"greedy",
"strings"
] | null | null | stdin_stdout | 2,400 | {
"solved_count": 1654
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1750-D | codeforces | 1750-D | Count GCD | https://codeforces.com/problemset/problem/1750/D | [
"combinatorics",
"math",
"number theory"
] | null | null | stdin_stdout | 1,800 | {
"solved_count": 7325
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1750-C | codeforces | 1750-C | Complementary XOR | https://codeforces.com/problemset/problem/1750/C | [
"constructive algorithms",
"implementation"
] | null | null | stdin_stdout | 1,400 | {
"solved_count": 10461
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1750-B | codeforces | 1750-B | Maximum Substring | https://codeforces.com/problemset/problem/1750/B | [
"brute force",
"greedy",
"implementation"
] | null | null | stdin_stdout | 800 | {
"solved_count": 16798
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1750-A | codeforces | 1750-A | Indirect Sort | https://codeforces.com/problemset/problem/1750/A | [
"constructive algorithms",
"implementation",
"math"
] | null | null | stdin_stdout | 800 | {
"solved_count": 17796
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1749-F | codeforces | 1749-F | Distance to the Path | https://codeforces.com/problemset/problem/1749/F | [
"data structures",
"dfs and similar",
"trees"
] | null | null | stdin_stdout | 2,800 | {
"solved_count": 610
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1749-E | codeforces | 1749-E | Cactus Wall | https://codeforces.com/problemset/problem/1749/E | [
"constructive algorithms",
"dfs and similar",
"graphs",
"shortest paths"
] | null | null | stdin_stdout | 2,400 | {
"solved_count": 2058
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1749-D | codeforces | 1749-D | Counting Arrays | https://codeforces.com/problemset/problem/1749/D | [
"combinatorics",
"dp",
"math",
"number theory"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 6343
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1749-C | codeforces | 1749-C | Number Game | https://codeforces.com/problemset/problem/1749/C | [
"binary search",
"data structures",
"games",
"greedy",
"implementation"
] | null | null | stdin_stdout | 1,400 | {
"solved_count": 15671
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1749-B | codeforces | 1749-B | Death's Blessing | https://codeforces.com/problemset/problem/1749/B | [
"greedy"
] | null | null | stdin_stdout | 900 | {
"solved_count": 22554
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1749-A | codeforces | 1749-A | Cowardly Rooks | https://codeforces.com/problemset/problem/1749/A | [
"greedy",
"implementation"
] | null | null | stdin_stdout | 800 | {
"solved_count": 23286
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1748-F | codeforces | 1748-F | Circular Xor Reversal | https://codeforces.com/problemset/problem/1748/F | [
"bitmasks",
"constructive algorithms"
] | null | null | stdin_stdout | 3,000 | {
"solved_count": 392
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1748-E | codeforces | 1748-E | Yet Another Array Counting Problem | https://codeforces.com/problemset/problem/1748/E | [
"binary search",
"data structures",
"divide and conquer",
"dp",
"flows",
"math",
"trees"
] | null | null | stdin_stdout | 2,300 | {
"solved_count": 2641
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1748-D | codeforces | 1748-D | ConstructOR | https://codeforces.com/problemset/problem/1748/D | [
"bitmasks",
"chinese remainder theorem",
"combinatorics",
"constructive algorithms",
"math",
"number theory"
] | null | null | stdin_stdout | 2,100 | {
"solved_count": 3239
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1748-C | codeforces | 1748-C | Zero-Sum Prefixes | https://codeforces.com/problemset/problem/1748/C | [
"brute force",
"data structures",
"dp",
"greedy",
"implementation"
] | null | null | stdin_stdout | 1,600 | {
"solved_count": 12941
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1748-B | codeforces | 1748-B | Diverse Substrings | https://codeforces.com/problemset/problem/1748/B | [
"brute force",
"implementation",
"strings"
] | null | null | stdin_stdout | 1,400 | {
"solved_count": 16736
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1748-A | codeforces | 1748-A | The Ultimate Square | https://codeforces.com/problemset/problem/1748/A | [
"math"
] | null | null | stdin_stdout | 800 | {
"solved_count": 25288
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1747-E | codeforces | 1747-E | List Generation | https://codeforces.com/problemset/problem/1747/E | [
"combinatorics",
"dp",
"math"
] | null | null | stdin_stdout | 2,900 | {
"solved_count": 657
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1747-D | codeforces | 1747-D | Yet Another Problem | https://codeforces.com/problemset/problem/1747/D | [
"binary search",
"bitmasks",
"constructive algorithms",
"data structures"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 5536
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1747-C | codeforces | 1747-C | Swap Game | https://codeforces.com/problemset/problem/1747/C | [
"games"
] | null | null | stdin_stdout | 1,200 | {
"solved_count": 23448
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1747-B | codeforces | 1747-B | BAN BAN | https://codeforces.com/problemset/problem/1747/B | [
"constructive algorithms"
] | null | null | stdin_stdout | 900 | {
"solved_count": 25874
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1747-A | codeforces | 1747-A | Two Groups | https://codeforces.com/problemset/problem/1747/A | [
"constructive algorithms",
"greedy"
] | null | null | stdin_stdout | 800 | {
"solved_count": 26455
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1746-G | codeforces | 1746-G | Olympiad Training | https://codeforces.com/problemset/problem/1746/G | [
"binary search",
"data structures",
"dp",
"flows",
"geometry",
"implementation",
"sortings"
] | null | null | stdin_stdout | 3,500 | {
"solved_count": 112
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1746-F | codeforces | 1746-F | Kazaee | https://codeforces.com/problemset/problem/1746/F | [
"data structures",
"hashing",
"probabilities"
] | null | null | stdin_stdout | 2,800 | {
"solved_count": 2634
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1746-E2 | codeforces | 1746-E2 | Joking (Hard Version) | https://codeforces.com/problemset/problem/1746/E2 | [
"dp",
"interactive"
] | null | null | stdin_stdout | 3,200 | {
"solved_count": 483
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1746-E1 | codeforces | 1746-E1 | Joking (Easy Version) | https://codeforces.com/problemset/problem/1746/E1 | [
"binary search",
"constructive algorithms",
"interactive",
"ternary search"
] | null | null | stdin_stdout | 2,500 | {
"solved_count": 1688
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1746-D | codeforces | 1746-D | Paths on the Tree | https://codeforces.com/problemset/problem/1746/D | [
"dfs and similar",
"dp",
"greedy",
"sortings",
"trees"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 5100
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1746-C | codeforces | 1746-C | Permutation Operations | https://codeforces.com/problemset/problem/1746/C | [
"constructive algorithms",
"greedy",
"implementation",
"math"
] | null | null | stdin_stdout | 1,300 | {
"solved_count": 14002
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1746-B | codeforces | 1746-B | Rebellion | https://codeforces.com/problemset/problem/1746/B | [
"constructive algorithms",
"greedy",
"two pointers"
] | null | null | stdin_stdout | 800 | {
"solved_count": 18598
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1746-A | codeforces | 1746-A | Maxmina | https://codeforces.com/problemset/problem/1746/A | [
"constructive algorithms",
"greedy"
] | null | null | stdin_stdout | 800 | {
"solved_count": 21056
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1744-F | codeforces | 1744-F | MEX vs MED | https://codeforces.com/problemset/problem/1744/F | [
"math",
"two pointers"
] | null | null | stdin_stdout | 2,000 | {
"solved_count": 3703
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1744-E2 | codeforces | 1744-E2 | Divisible Numbers (hard version) | https://codeforces.com/problemset/problem/1744/E2 | [
"brute force",
"math",
"number theory"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 6662
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1744-E1 | codeforces | 1744-E1 | Divisible Numbers (easy version) | https://codeforces.com/problemset/problem/1744/E1 | [
"brute force",
"math",
"number theory"
] | null | null | stdin_stdout | 1,500 | {
"solved_count": 12596
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1744-D | codeforces | 1744-D | Divisibility by 2^n | https://codeforces.com/problemset/problem/1744/D | [
"greedy",
"math",
"sortings"
] | null | null | stdin_stdout | 1,200 | {
"solved_count": 24459
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1744-C | codeforces | 1744-C | Traffic Light | https://codeforces.com/problemset/problem/1744/C | [
"binary search",
"implementation",
"two pointers"
] | null | null | stdin_stdout | 1,000 | {
"solved_count": 43558
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1744-B | codeforces | 1744-B | Even-Odd Increments | https://codeforces.com/problemset/problem/1744/B | [
"implementation",
"math"
] | null | null | stdin_stdout | 800 | {
"solved_count": 24862
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1744-A | codeforces | 1744-A | Number Replacement | https://codeforces.com/problemset/problem/1744/A | [
"greedy",
"implementation"
] | null | null | stdin_stdout | 800 | {
"solved_count": 28723
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1743-G | codeforces | 1743-G | Antifibonacci Cut | https://codeforces.com/problemset/problem/1743/G | [
"bitmasks",
"combinatorics",
"constructive algorithms",
"data structures",
"dp",
"hashing",
"math"
] | null | null | stdin_stdout | 3,000 | {
"solved_count": 304
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1743-F | codeforces | 1743-F | Intersection and Union | https://codeforces.com/problemset/problem/1743/F | [
"data structures",
"dp",
"matrices",
"probabilities"
] | null | null | stdin_stdout | 2,300 | {
"solved_count": 1790
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1743-E | codeforces | 1743-E | FTL | https://codeforces.com/problemset/problem/1743/E | [
"binary search",
"dp"
] | null | null | stdin_stdout | 2,400 | {
"solved_count": 1856
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1743-D | codeforces | 1743-D | Problem with Random Tests | https://codeforces.com/problemset/problem/1743/D | [
"brute force",
"dp",
"greedy",
"probabilities"
] | null | null | stdin_stdout | 1,700 | {
"solved_count": 8347
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1743-C | codeforces | 1743-C | Save the Magazines | https://codeforces.com/problemset/problem/1743/C | [
"constructive algorithms",
"dp",
"greedy"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 20596
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1743-B | codeforces | 1743-B | Permutation Value | https://codeforces.com/problemset/problem/1743/B | [
"constructive algorithms",
"greedy"
] | null | null | stdin_stdout | 800 | {
"solved_count": 23172
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1743-A | codeforces | 1743-A | Password | https://codeforces.com/problemset/problem/1743/A | [
"brute force",
"combinatorics",
"implementation",
"math"
] | null | null | stdin_stdout | 800 | {
"solved_count": 29435
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1742-G | codeforces | 1742-G | Orray | https://codeforces.com/problemset/problem/1742/G | [
"bitmasks",
"brute force",
"greedy",
"math",
"sortings"
] | null | null | stdin_stdout | 1,500 | {
"solved_count": 13186
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1742-F | codeforces | 1742-F | Smaller | https://codeforces.com/problemset/problem/1742/F | [
"constructive algorithms",
"greedy",
"strings"
] | null | null | stdin_stdout | 1,500 | {
"solved_count": 13967
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1742-E | codeforces | 1742-E | Scuza | https://codeforces.com/problemset/problem/1742/E | [
"binary search",
"greedy",
"math"
] | null | null | stdin_stdout | 1,200 | {
"solved_count": 38171
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1742-D | codeforces | 1742-D | Coprime | https://codeforces.com/problemset/problem/1742/D | [
"brute force",
"greedy",
"number theory"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 33764
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1742-C | codeforces | 1742-C | Stripes | https://codeforces.com/problemset/problem/1742/C | [
"implementation"
] | null | null | stdin_stdout | 900 | {
"solved_count": 39887
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1742-B | codeforces | 1742-B | Increasing | https://codeforces.com/problemset/problem/1742/B | [
"greedy",
"implementation",
"sortings"
] | null | null | stdin_stdout | 800 | {
"solved_count": 60559
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1742-A | codeforces | 1742-A | Sum | https://codeforces.com/problemset/problem/1742/A | [
"implementation"
] | null | null | stdin_stdout | 800 | {
"solved_count": 103122
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1741-G | codeforces | 1741-G | Kirill and Company | https://codeforces.com/problemset/problem/1741/G | [
"bitmasks",
"brute force",
"dfs and similar",
"dp",
"flows",
"graphs",
"shortest paths"
] | null | null | stdin_stdout | 2,200 | {
"solved_count": 1911
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1741-F | codeforces | 1741-F | Multi-Colored Segments | https://codeforces.com/problemset/problem/1741/F | [
"binary search",
"data structures",
"math",
"sortings"
] | null | null | stdin_stdout | 2,000 | {
"solved_count": 2880
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1741-E | codeforces | 1741-E | Sending a Sequence Over the Network | https://codeforces.com/problemset/problem/1741/E | [
"dp"
] | null | null | stdin_stdout | 1,600 | {
"solved_count": 17581
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1741-D | codeforces | 1741-D | Masha and a Beautiful Tree | https://codeforces.com/problemset/problem/1741/D | [
"dfs and similar",
"divide and conquer",
"graphs",
"sortings",
"trees"
] | null | null | stdin_stdout | 1,300 | {
"solved_count": 18231
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1741-C | codeforces | 1741-C | Minimize the Thickness | https://codeforces.com/problemset/problem/1741/C | [
"brute force",
"greedy",
"math",
"two pointers"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 19316
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1741-B | codeforces | 1741-B | Funny Permutation | https://codeforces.com/problemset/problem/1741/B | [
"constructive algorithms",
"math"
] | null | null | stdin_stdout | 800 | {
"solved_count": 26732
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1741-A | codeforces | 1741-A | Compare T-Shirt Sizes | https://codeforces.com/problemset/problem/1741/A | [
"implementation",
"strings"
] | null | null | stdin_stdout | 800 | {
"solved_count": 33702
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1740-I | codeforces | 1740-I | Arranging Crystal Balls | https://codeforces.com/problemset/problem/1740/I | [
"data structures",
"divide and conquer",
"dp",
"geometry",
"graphs",
"number theory"
] | null | null | stdin_stdout | 3,500 | {
"solved_count": 152
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1740-H | codeforces | 1740-H | MEX Tree Manipulation | https://codeforces.com/problemset/problem/1740/H | [
"data structures",
"trees"
] | null | null | stdin_stdout | 3,300 | {
"solved_count": 309
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:1740-G | codeforces | 1740-G | Dangerous Laser Power | https://codeforces.com/problemset/problem/1740/G | [
"constructive algorithms",
"dsu",
"sortings"
] | null | null | stdin_stdout | 3,100 | {
"solved_count": 346
} | 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.