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:2004-F | codeforces | 2004-F | Make a Palindrome | https://codeforces.com/problemset/problem/2004/F | [
"binary search",
"brute force",
"data structures",
"greedy",
"math"
] | null | null | stdin_stdout | 2,600 | {
"solved_count": 1439
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2004-E | codeforces | 2004-E | Not a Nim Problem | https://codeforces.com/problemset/problem/2004/E | [
"brute force",
"games",
"math",
"number theory"
] | null | null | stdin_stdout | 2,100 | {
"solved_count": 5213
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2004-D | codeforces | 2004-D | Colored Portals | https://codeforces.com/problemset/problem/2004/D | [
"binary search",
"brute force",
"data structures",
"graphs",
"greedy",
"implementation",
"shortest paths"
] | null | null | stdin_stdout | 1,600 | {
"solved_count": 13555
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2004-C | codeforces | 2004-C | Splitting Items | https://codeforces.com/problemset/problem/2004/C | [
"games",
"greedy",
"sortings"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 27579
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2004-B | codeforces | 2004-B | Game with Doors | https://codeforces.com/problemset/problem/2004/B | [
"brute force",
"greedy"
] | null | null | stdin_stdout | 1,000 | {
"solved_count": 32158
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2004-A | codeforces | 2004-A | Closest Point | https://codeforces.com/problemset/problem/2004/A | [
"implementation",
"math"
] | null | null | stdin_stdout | 800 | {
"solved_count": 33995
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2003-F | codeforces | 2003-F | Turtle and Three Sequences | https://codeforces.com/problemset/problem/2003/F | [
"brute force",
"data structures",
"dp",
"greedy",
"math",
"probabilities",
"two pointers"
] | null | null | stdin_stdout | 2,800 | {
"solved_count": 845
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2003-E2 | codeforces | 2003-E2 | Turtle and Inversions (Hard Version) | https://codeforces.com/problemset/problem/2003/E2 | [
"brute force",
"data structures",
"divide and conquer",
"dp",
"greedy",
"math",
"two pointers"
] | null | null | stdin_stdout | 2,700 | {
"solved_count": 658
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2003-E1 | codeforces | 2003-E1 | Turtle and Inversions (Easy Version) | https://codeforces.com/problemset/problem/2003/E1 | [
"brute force",
"divide and conquer",
"dp",
"greedy",
"math"
] | null | null | stdin_stdout | 2,600 | {
"solved_count": 905
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2003-D2 | codeforces | 2003-D2 | Turtle and a MEX Problem (Hard Version) | https://codeforces.com/problemset/problem/2003/D2 | [
"dfs and similar",
"dp",
"graphs",
"greedy",
"implementation",
"math"
] | null | null | stdin_stdout | 2,100 | {
"solved_count": 4723
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2003-D1 | codeforces | 2003-D1 | Turtle and a MEX Problem (Easy Version) | https://codeforces.com/problemset/problem/2003/D1 | [
"greedy",
"math"
] | null | null | stdin_stdout | 1,500 | {
"solved_count": 13678
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2003-C | codeforces | 2003-C | Turtle and Good Pairs | https://codeforces.com/problemset/problem/2003/C | [
"constructive algorithms",
"greedy",
"sortings",
"strings"
] | null | null | stdin_stdout | 1,200 | {
"solved_count": 22121
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2003-B | codeforces | 2003-B | Turtle and Piggy Are Playing a Game 2 | https://codeforces.com/problemset/problem/2003/B | [
"games",
"greedy",
"sortings"
] | null | null | stdin_stdout | 800 | {
"solved_count": 27723
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2003-A | codeforces | 2003-A | Turtle and Good Strings | https://codeforces.com/problemset/problem/2003/A | [
"greedy",
"strings"
] | null | null | stdin_stdout | 800 | {
"solved_count": 32928
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2002-H | codeforces | 2002-H | Counting 101 | https://codeforces.com/problemset/problem/2002/H | [
"greedy"
] | null | null | stdin_stdout | 3,500 | {
"solved_count": 104
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2002-G | codeforces | 2002-G | Lattice Optimizing | https://codeforces.com/problemset/problem/2002/G | [
"bitmasks",
"brute force",
"hashing",
"meet-in-the-middle"
] | null | null | stdin_stdout | 3,400 | {
"solved_count": 292
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2002-F2 | codeforces | 2002-F2 | Court Blue (Hard Version) | https://codeforces.com/problemset/problem/2002/F2 | [
"brute force",
"dp",
"math",
"number theory"
] | null | null | stdin_stdout | 2,800 | {
"solved_count": 600
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2002-F1 | codeforces | 2002-F1 | Court Blue (Easy Version) | https://codeforces.com/problemset/problem/2002/F1 | [
"brute force",
"dfs and similar",
"dp",
"math",
"number theory"
] | null | null | stdin_stdout | 2,600 | {
"solved_count": 1026
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2002-E | codeforces | 2002-E | Cosmic Rays | https://codeforces.com/problemset/problem/2002/E | [
"brute force",
"data structures",
"dp"
] | null | null | stdin_stdout | 2,300 | {
"solved_count": 2983
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2002-D2 | codeforces | 2002-D2 | DFS Checker (Hard Version) | https://codeforces.com/problemset/problem/2002/D2 | [
"binary search",
"data structures",
"dfs and similar",
"graphs",
"hashing",
"trees"
] | null | null | stdin_stdout | 2,300 | {
"solved_count": 2931
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2002-D1 | codeforces | 2002-D1 | DFS Checker (Easy Version) | https://codeforces.com/problemset/problem/2002/D1 | [
"brute force",
"data structures",
"dfs and similar",
"graphs",
"hashing",
"trees"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 5183
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2002-C | codeforces | 2002-C | Black Circles | https://codeforces.com/problemset/problem/2002/C | [
"brute force",
"geometry",
"greedy",
"math"
] | null | null | stdin_stdout | 1,200 | {
"solved_count": 17999
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2002-B | codeforces | 2002-B | Removals Game | https://codeforces.com/problemset/problem/2002/B | [
"constructive algorithms",
"games"
] | null | null | stdin_stdout | 1,000 | {
"solved_count": 23427
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2002-A | codeforces | 2002-A | Distanced Coloring | https://codeforces.com/problemset/problem/2002/A | [
"constructive algorithms",
"implementation",
"math"
] | null | null | stdin_stdout | 800 | {
"solved_count": 21460
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2001-E2 | codeforces | 2001-E2 | Deterministic Heap (Hard Version) | https://codeforces.com/problemset/problem/2001/E2 | [
"combinatorics",
"dp",
"trees"
] | null | null | stdin_stdout | 2,900 | {
"solved_count": 305
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2001-E1 | codeforces | 2001-E1 | Deterministic Heap (Easy Version) | https://codeforces.com/problemset/problem/2001/E1 | [
"combinatorics",
"dp",
"math",
"trees"
] | null | null | stdin_stdout | 2,400 | {
"solved_count": 1574
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2001-D | codeforces | 2001-D | Longest Max Min Subsequence | https://codeforces.com/problemset/problem/2001/D | [
"brute force",
"constructive algorithms",
"data structures",
"greedy",
"implementation"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 6619
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2001-C | codeforces | 2001-C | Guess The Tree | https://codeforces.com/problemset/problem/2001/C | [
"binary search",
"brute force",
"dfs and similar",
"divide and conquer",
"dsu",
"greedy",
"interactive",
"trees"
] | null | null | stdin_stdout | 1,500 | {
"solved_count": 13091
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2001-B | codeforces | 2001-B | Generate Permutation | https://codeforces.com/problemset/problem/2001/B | [
"constructive algorithms"
] | null | null | stdin_stdout | 800 | {
"solved_count": 26277
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2001-A | codeforces | 2001-A | Make All Equal | https://codeforces.com/problemset/problem/2001/A | [
"greedy",
"implementation"
] | null | null | stdin_stdout | 800 | {
"solved_count": 33155
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2000-H | codeforces | 2000-H | Ksyusha and the Loaded Set | https://codeforces.com/problemset/problem/2000/H | [
"binary search",
"brute force",
"data structures",
"implementation"
] | null | null | stdin_stdout | 2,200 | {
"solved_count": 2364
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2000-G | codeforces | 2000-G | Call During the Journey | https://codeforces.com/problemset/problem/2000/G | [
"binary search",
"brute force",
"graphs",
"greedy",
"shortest paths"
] | null | null | stdin_stdout | 2,100 | {
"solved_count": 3249
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2000-F | codeforces | 2000-F | Color Rows and Columns | https://codeforces.com/problemset/problem/2000/F | [
"dp",
"greedy",
"implementation",
"math"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 7092
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2000-E | codeforces | 2000-E | Photoshoot for Gorillas | https://codeforces.com/problemset/problem/2000/E | [
"combinatorics",
"data structures",
"greedy",
"math"
] | null | null | stdin_stdout | 1,400 | {
"solved_count": 16674
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2000-D | codeforces | 2000-D | Right Left Wrong | https://codeforces.com/problemset/problem/2000/D | [
"greedy",
"implementation",
"two pointers"
] | null | null | stdin_stdout | 1,200 | {
"solved_count": 29717
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2000-C | codeforces | 2000-C | Numeric String Template | https://codeforces.com/problemset/problem/2000/C | [
"data structures",
"strings"
] | null | null | stdin_stdout | 1,000 | {
"solved_count": 32044
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2000-B | codeforces | 2000-B | Seating in a Bus | https://codeforces.com/problemset/problem/2000/B | [
"two pointers"
] | null | null | stdin_stdout | 800 | {
"solved_count": 41438
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:2000-A | codeforces | 2000-A | Primary Task | https://codeforces.com/problemset/problem/2000/A | [
"implementation",
"math",
"strings"
] | null | null | stdin_stdout | 800 | {
"solved_count": 44868
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1999-G2 | codeforces | 1999-G2 | Ruler (hard version) | https://codeforces.com/problemset/problem/1999/G2 | [
"binary search",
"interactive",
"ternary search"
] | null | null | stdin_stdout | 1,700 | {
"solved_count": 11569
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1999-G1 | codeforces | 1999-G1 | Ruler (easy version) | https://codeforces.com/problemset/problem/1999/G1 | [
"binary search",
"interactive"
] | null | null | stdin_stdout | 1,500 | {
"solved_count": 15055
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1999-F | codeforces | 1999-F | Expected Median | https://codeforces.com/problemset/problem/1999/F | [
"combinatorics",
"math"
] | null | null | stdin_stdout | 1,500 | {
"solved_count": 14543
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1999-E | codeforces | 1999-E | Triple Operations | https://codeforces.com/problemset/problem/1999/E | [
"dp",
"implementation",
"math"
] | null | null | stdin_stdout | 1,300 | {
"solved_count": 24315
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1999-D | codeforces | 1999-D | Slavic's Exam | https://codeforces.com/problemset/problem/1999/D | [
"greedy",
"implementation",
"strings"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 33269
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1999-C | codeforces | 1999-C | Showering | https://codeforces.com/problemset/problem/1999/C | [
"greedy",
"implementation"
] | null | null | stdin_stdout | 800 | {
"solved_count": 42263
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1999-B | codeforces | 1999-B | Card Game | https://codeforces.com/problemset/problem/1999/B | [
"brute force",
"constructive algorithms",
"implementation"
] | null | null | stdin_stdout | 1,000 | {
"solved_count": 42670
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1999-A | codeforces | 1999-A | A+B Again? | https://codeforces.com/problemset/problem/1999/A | [
"implementation",
"math"
] | null | null | stdin_stdout | 800 | {
"solved_count": 87108
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1998-E2 | codeforces | 1998-E2 | Eliminating Balls With Merging (Hard Version) | https://codeforces.com/problemset/problem/1998/E2 | [
"binary search",
"brute force",
"data structures",
"divide and conquer",
"greedy",
"implementation"
] | null | null | stdin_stdout | 2,500 | {
"solved_count": 928
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1998-E1 | codeforces | 1998-E1 | Eliminating Balls With Merging (Easy Version) | https://codeforces.com/problemset/problem/1998/E1 | [
"binary search",
"brute force",
"data structures",
"divide and conquer",
"greedy"
] | null | null | stdin_stdout | 2,200 | {
"solved_count": 2318
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1998-D | codeforces | 1998-D | Determine Winning Islands in Race | https://codeforces.com/problemset/problem/1998/D | [
"data structures",
"dp",
"graphs",
"greedy",
"shortest paths"
] | null | null | stdin_stdout | 2,100 | {
"solved_count": 4176
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1998-C | codeforces | 1998-C | Perform Operations to Maximize Score | https://codeforces.com/problemset/problem/1998/C | [
"binary search",
"brute force",
"constructive algorithms",
"greedy",
"implementation"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 7229
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1998-B | codeforces | 1998-B | Minimize Equal Sum Subarrays | https://codeforces.com/problemset/problem/1998/B | [
"constructive algorithms",
"math",
"number theory"
] | null | null | stdin_stdout | 1,000 | {
"solved_count": 28552
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1998-A | codeforces | 1998-A | Find K Distinct Points with Fixed Center | https://codeforces.com/problemset/problem/1998/A | [
"constructive algorithms",
"implementation",
"math"
] | null | null | stdin_stdout | 800 | {
"solved_count": 26286
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1997-F | codeforces | 1997-F | Chips on a Line | https://codeforces.com/problemset/problem/1997/F | [
"brute force",
"combinatorics",
"dp",
"greedy",
"math"
] | null | null | stdin_stdout | 2,700 | {
"solved_count": 1323
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1997-E | codeforces | 1997-E | Level Up | https://codeforces.com/problemset/problem/1997/E | [
"binary search",
"brute force",
"data structures",
"divide and conquer",
"implementation"
] | null | null | stdin_stdout | 2,200 | {
"solved_count": 3889
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1997-D | codeforces | 1997-D | Maximize the Root | https://codeforces.com/problemset/problem/1997/D | [
"binary search",
"dfs and similar",
"dp",
"greedy",
"trees"
] | null | null | stdin_stdout | 1,500 | {
"solved_count": 16398
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1997-C | codeforces | 1997-C | Even Positions | https://codeforces.com/problemset/problem/1997/C | [
"constructive algorithms",
"data structures",
"greedy"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 25797
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1997-B | codeforces | 1997-B | Make Three Regions | https://codeforces.com/problemset/problem/1997/B | [
"constructive algorithms",
"two pointers"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 23680
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1997-A | codeforces | 1997-A | Strong Password | https://codeforces.com/problemset/problem/1997/A | [
"brute force",
"implementation",
"strings"
] | null | null | stdin_stdout | 800 | {
"solved_count": 33727
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1996-G | codeforces | 1996-G | Penacony | https://codeforces.com/problemset/problem/1996/G | [
"brute force",
"data structures",
"graphs",
"greedy",
"hashing"
] | null | null | stdin_stdout | 2,200 | {
"solved_count": 2368
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1996-F | codeforces | 1996-F | Bomb | https://codeforces.com/problemset/problem/1996/F | [
"binary search",
"greedy",
"math"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 6502
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1996-E | codeforces | 1996-E | Decode | https://codeforces.com/problemset/problem/1996/E | [
"combinatorics",
"data structures",
"implementation",
"math"
] | null | null | stdin_stdout | 1,600 | {
"solved_count": 12897
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1996-D | codeforces | 1996-D | Fun | https://codeforces.com/problemset/problem/1996/D | [
"binary search",
"brute force",
"combinatorics",
"math",
"number theory"
] | null | null | stdin_stdout | 1,500 | {
"solved_count": 20029
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1996-C | codeforces | 1996-C | Sort | https://codeforces.com/problemset/problem/1996/C | [
"dp",
"greedy",
"sortings",
"strings"
] | null | null | stdin_stdout | 1,200 | {
"solved_count": 28562
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1996-B | codeforces | 1996-B | Scale | https://codeforces.com/problemset/problem/1996/B | [
"greedy",
"implementation"
] | null | null | stdin_stdout | 800 | {
"solved_count": 37261
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1996-A | codeforces | 1996-A | Legs | https://codeforces.com/problemset/problem/1996/A | [
"binary search",
"math",
"ternary search"
] | null | null | stdin_stdout | 800 | {
"solved_count": 58904
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1995-E2 | codeforces | 1995-E2 | Let Me Teach You a Lesson (Hard Version) | https://codeforces.com/problemset/problem/1995/E2 | [
"data structures",
"dp",
"matrices",
"two pointers"
] | null | null | stdin_stdout | 2,900 | {
"solved_count": 421
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1995-E1 | codeforces | 1995-E1 | Let Me Teach You a Lesson (Easy Version) | https://codeforces.com/problemset/problem/1995/E1 | [
"2-sat",
"data structures",
"dp",
"matrices",
"two pointers"
] | null | null | stdin_stdout | 2,700 | {
"solved_count": 537
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1995-D | codeforces | 1995-D | Cases | https://codeforces.com/problemset/problem/1995/D | [
"bitmasks",
"brute force",
"dp",
"strings"
] | null | null | stdin_stdout | 2,300 | {
"solved_count": 3056
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1995-C | codeforces | 1995-C | Squaring | https://codeforces.com/problemset/problem/1995/C | [
"brute force",
"constructive algorithms",
"greedy",
"implementation",
"math",
"number theory"
] | null | null | stdin_stdout | 1,800 | {
"solved_count": 10463
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1995-B2 | codeforces | 1995-B2 | Bouquet (Hard Version) | https://codeforces.com/problemset/problem/1995/B2 | [
"binary search",
"data structures",
"greedy",
"math",
"sortings",
"two pointers"
] | null | null | stdin_stdout | 1,700 | {
"solved_count": 10312
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1995-B1 | codeforces | 1995-B1 | Bouquet (Easy Version) | https://codeforces.com/problemset/problem/1995/B1 | [
"binary search",
"brute force",
"greedy",
"sortings",
"two pointers"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 21319
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1995-A | codeforces | 1995-A | Diagonals | https://codeforces.com/problemset/problem/1995/A | [
"brute force",
"greedy",
"implementation",
"math"
] | null | null | stdin_stdout | 800 | {
"solved_count": 26577
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1994-H | codeforces | 1994-H | Fortnite | https://codeforces.com/problemset/problem/1994/H | [
"combinatorics",
"constructive algorithms",
"games",
"greedy",
"hashing",
"interactive",
"math",
"number theory",
"strings"
] | null | null | stdin_stdout | 3,500 | {
"solved_count": 781
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1994-G | codeforces | 1994-G | Minecraft | https://codeforces.com/problemset/problem/1994/G | [
"bitmasks",
"brute force",
"dp",
"graphs",
"math"
] | null | null | stdin_stdout | 2,600 | {
"solved_count": 1693
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1994-F | codeforces | 1994-F | Stardew Valley | https://codeforces.com/problemset/problem/1994/F | [
"constructive algorithms",
"dfs and similar",
"graphs",
"trees"
] | null | null | stdin_stdout | 2,500 | {
"solved_count": 1639
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1994-E | codeforces | 1994-E | Wooden Game | https://codeforces.com/problemset/problem/1994/E | [
"bitmasks",
"greedy",
"math",
"trees"
] | null | null | stdin_stdout | 2,000 | {
"solved_count": 5705
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1994-D | codeforces | 1994-D | Funny Game | https://codeforces.com/problemset/problem/1994/D | [
"constructive algorithms",
"dsu",
"graphs",
"greedy",
"math",
"number theory",
"trees"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 7777
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1994-C | codeforces | 1994-C | Hungry Games | https://codeforces.com/problemset/problem/1994/C | [
"binary search",
"dp",
"two pointers"
] | null | null | stdin_stdout | 1,600 | {
"solved_count": 13988
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1994-B | codeforces | 1994-B | Fun Game | https://codeforces.com/problemset/problem/1994/B | [
"bitmasks",
"constructive algorithms",
"greedy",
"math"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 19872
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1994-A | codeforces | 1994-A | Diverse Game | https://codeforces.com/problemset/problem/1994/A | [
"constructive algorithms",
"greedy",
"implementation"
] | null | null | stdin_stdout | 800 | {
"solved_count": 22500
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1993-F2 | codeforces | 1993-F2 | Dyn-scripted Robot (Hard Version) | https://codeforces.com/problemset/problem/1993/F2 | [
"chinese remainder theorem",
"math",
"number theory"
] | null | null | stdin_stdout | 2,800 | {
"solved_count": 581
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1993-F1 | codeforces | 1993-F1 | Dyn-scripted Robot (Easy Version) | https://codeforces.com/problemset/problem/1993/F1 | [
"brute force",
"chinese remainder theorem",
"constructive algorithms",
"math",
"number theory"
] | null | null | stdin_stdout | 2,400 | {
"solved_count": 1219
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1993-E | codeforces | 1993-E | Xor-Grid Problem | https://codeforces.com/problemset/problem/1993/E | [
"bitmasks",
"constructive algorithms",
"dp",
"implementation"
] | null | null | stdin_stdout | 2,700 | {
"solved_count": 742
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1993-D | codeforces | 1993-D | Med-imize | https://codeforces.com/problemset/problem/1993/D | [
"binary search",
"dp",
"greedy"
] | null | null | stdin_stdout | 2,200 | {
"solved_count": 4556
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1993-C | codeforces | 1993-C | Light Switches | https://codeforces.com/problemset/problem/1993/C | [
"implementation",
"math"
] | null | null | stdin_stdout | 1,400 | {
"solved_count": 16465
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1993-B | codeforces | 1993-B | Parity and Sum | https://codeforces.com/problemset/problem/1993/B | [
"constructive algorithms",
"greedy"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 26908
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1993-A | codeforces | 1993-A | Question Marks | https://codeforces.com/problemset/problem/1993/A | [
"greedy",
"implementation"
] | null | null | stdin_stdout | 800 | {
"solved_count": 33444
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1992-G | codeforces | 1992-G | Ultra-Meow | https://codeforces.com/problemset/problem/1992/G | [
"combinatorics",
"dp",
"math"
] | null | null | stdin_stdout | 2,000 | {
"solved_count": 4330
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1992-F | codeforces | 1992-F | Valuable Cards | https://codeforces.com/problemset/problem/1992/F | [
"brute force",
"dp",
"greedy",
"number theory",
"two pointers"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 7756
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1992-E | codeforces | 1992-E | Novice's Mistake | https://codeforces.com/problemset/problem/1992/E | [
"brute force",
"constructive algorithms",
"implementation",
"math",
"strings"
] | null | null | stdin_stdout | 1,700 | {
"solved_count": 10990
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1992-D | codeforces | 1992-D | Test of Love | https://codeforces.com/problemset/problem/1992/D | [
"dp",
"greedy",
"implementation"
] | null | null | stdin_stdout | 1,200 | {
"solved_count": 24574
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1992-C | codeforces | 1992-C | Gorilla and Permutation | https://codeforces.com/problemset/problem/1992/C | [
"constructive algorithms",
"math"
] | null | null | stdin_stdout | 900 | {
"solved_count": 33821
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1992-B | codeforces | 1992-B | Angry Monk | https://codeforces.com/problemset/problem/1992/B | [
"greedy",
"math",
"sortings"
] | null | null | stdin_stdout | 800 | {
"solved_count": 38503
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1992-A | codeforces | 1992-A | Only Pluses | https://codeforces.com/problemset/problem/1992/A | [
"brute force",
"constructive algorithms",
"greedy",
"math",
"sortings"
] | null | null | stdin_stdout | 800 | {
"solved_count": 50153
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1991-I | codeforces | 1991-I | Grid Game | https://codeforces.com/problemset/problem/1991/I | [
"constructive algorithms",
"games",
"graph matchings",
"greedy",
"interactive"
] | null | null | stdin_stdout | 3,500 | {
"solved_count": 172
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1991-H | codeforces | 1991-H | Prime Split Game | https://codeforces.com/problemset/problem/1991/H | [
"bitmasks",
"dp",
"fft",
"games",
"math",
"number theory"
] | null | null | stdin_stdout | 3,300 | {
"solved_count": 584
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1991-G | codeforces | 1991-G | Grid Reset | https://codeforces.com/problemset/problem/1991/G | [
"constructive algorithms",
"greedy",
"implementation"
] | null | null | stdin_stdout | 2,700 | {
"solved_count": 759
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1991-F | codeforces | 1991-F | Triangle Formation | https://codeforces.com/problemset/problem/1991/F | [
"brute force",
"greedy",
"implementation",
"math",
"sortings"
] | null | null | stdin_stdout | 2,200 | {
"solved_count": 2839
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1991-E | codeforces | 1991-E | Coloring Game | https://codeforces.com/problemset/problem/1991/E | [
"constructive algorithms",
"dfs and similar",
"games",
"graphs",
"greedy",
"interactive"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 5240
} | 2026-08-10T02:20:32.917453+00:00 |
codeforces:1991-D | codeforces | 1991-D | Prime XOR Coloring | https://codeforces.com/problemset/problem/1991/D | [
"bitmasks",
"constructive algorithms",
"graphs",
"greedy",
"math",
"number theory"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 8015
} | 2026-08-10T02:20:32.917453+00:00 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.