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:223-C | codeforces | 223-C | Partial Sums | https://codeforces.com/problemset/problem/223/C | [
"combinatorics",
"math",
"number theory"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 1742
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:223-B | codeforces | 223-B | Two Strings | https://codeforces.com/problemset/problem/223/B | [
"data structures",
"dp",
"strings"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 2022
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:223-A | codeforces | 223-A | Bracket Sequence | https://codeforces.com/problemset/problem/223/A | [
"data structures",
"expression parsing",
"implementation"
] | null | null | stdin_stdout | 1,700 | {
"solved_count": 2798
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:222-E | codeforces | 222-E | Decoding Genome | https://codeforces.com/problemset/problem/222/E | [
"dp",
"matrices"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 3531
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:222-D | codeforces | 222-D | Olympiad | https://codeforces.com/problemset/problem/222/D | [
"binary search",
"greedy",
"sortings",
"two pointers"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 2335
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:222-C | codeforces | 222-C | Reducing Fractions | https://codeforces.com/problemset/problem/222/C | [
"implementation",
"math",
"number theory",
"sortings"
] | null | null | stdin_stdout | 1,800 | {
"solved_count": 2906
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:222-B | codeforces | 222-B | Cosmic Tables | https://codeforces.com/problemset/problem/222/B | [
"data structures",
"implementation"
] | null | null | stdin_stdout | 1,300 | {
"solved_count": 6486
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:222-A | codeforces | 222-A | Shooshuns and Sequence | https://codeforces.com/problemset/problem/222/A | [
"brute force",
"implementation"
] | null | null | stdin_stdout | 1,200 | {
"solved_count": 11736
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:221-B | codeforces | 221-B | Little Elephant and Numbers | https://codeforces.com/problemset/problem/221/B | [
"implementation"
] | null | null | stdin_stdout | 1,300 | {
"solved_count": 4899
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:221-A | codeforces | 221-A | Little Elephant and Function | https://codeforces.com/problemset/problem/221/A | [
"implementation",
"math"
] | null | null | stdin_stdout | 1,000 | {
"solved_count": 16761
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:220-E | codeforces | 220-E | Little Elephant and Inversions | https://codeforces.com/problemset/problem/220/E | [
"data structures",
"two pointers"
] | null | null | stdin_stdout | 2,400 | {
"solved_count": 1701
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:220-D | codeforces | 220-D | Little Elephant and Triangle | https://codeforces.com/problemset/problem/220/D | [
"geometry",
"math"
] | null | null | stdin_stdout | 2,500 | {
"solved_count": 311
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:220-C | codeforces | 220-C | Little Elephant and Shifts | https://codeforces.com/problemset/problem/220/C | [
"data structures"
] | null | null | stdin_stdout | 2,100 | {
"solved_count": 1030
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:220-B | codeforces | 220-B | Little Elephant and Array | https://codeforces.com/problemset/problem/220/B | [
"constructive algorithms",
"data structures"
] | null | null | stdin_stdout | 1,800 | {
"solved_count": 12786
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:220-A | codeforces | 220-A | Little Elephant and Problem | https://codeforces.com/problemset/problem/220/A | [
"implementation",
"sortings"
] | null | null | stdin_stdout | 1,300 | {
"solved_count": 13034
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:219-E | codeforces | 219-E | Parking Lot | https://codeforces.com/problemset/problem/219/E | [
"data structures"
] | null | null | stdin_stdout | 2,200 | {
"solved_count": 691
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:219-D | codeforces | 219-D | Choosing Capital for Treeland | https://codeforces.com/problemset/problem/219/D | [
"dfs and similar",
"dp",
"graphs",
"trees"
] | null | null | stdin_stdout | 1,700 | {
"solved_count": 12391
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:219-C | codeforces | 219-C | Color Stripe | https://codeforces.com/problemset/problem/219/C | [
"brute force",
"dp",
"greedy"
] | null | null | stdin_stdout | 1,600 | {
"solved_count": 7140
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:219-B | codeforces | 219-B | Special Offer! Super Price 999 Bourles! | https://codeforces.com/problemset/problem/219/B | [
"implementation"
] | null | null | stdin_stdout | 1,400 | {
"solved_count": 6142
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:219-A | codeforces | 219-A | k-String | https://codeforces.com/problemset/problem/219/A | [
"implementation",
"strings"
] | null | null | stdin_stdout | 1,000 | {
"solved_count": 32211
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:218-B | codeforces | 218-B | Airport | https://codeforces.com/problemset/problem/218/B | [
"implementation"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 18328
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:218-A | codeforces | 218-A | Mountain Scenery | https://codeforces.com/problemset/problem/218/A | [
"brute force",
"constructive algorithms",
"implementation"
] | null | null | stdin_stdout | 1,100 | {
"solved_count": 10503
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:217-E | codeforces | 217-E | Alien DNA | https://codeforces.com/problemset/problem/217/E | [
"data structures",
"dsu",
"trees"
] | null | null | stdin_stdout | 2,800 | {
"solved_count": 353
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:217-D | codeforces | 217-D | Bitonix' Patrol | https://codeforces.com/problemset/problem/217/D | [
"bitmasks",
"brute force",
"combinatorics",
"dfs and similar",
"math"
] | null | null | stdin_stdout | 2,900 | {
"solved_count": 273
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:217-C | codeforces | 217-C | Formurosa | https://codeforces.com/problemset/problem/217/C | [
"divide and conquer",
"dp",
"expression parsing"
] | null | null | stdin_stdout | 2,600 | {
"solved_count": 364
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:217-B | codeforces | 217-B | Blackboard Fibonacci | https://codeforces.com/problemset/problem/217/B | [
"brute force",
"math"
] | null | null | stdin_stdout | 2,100 | {
"solved_count": 1086
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:217-A | codeforces | 217-A | Ice Skating | https://codeforces.com/problemset/problem/217/A | [
"brute force",
"dfs and similar",
"dsu",
"graphs"
] | null | null | stdin_stdout | 1,200 | {
"solved_count": 24181
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:216-E | codeforces | 216-E | Martian Luck | https://codeforces.com/problemset/problem/216/E | [
"math",
"number theory"
] | null | null | stdin_stdout | 2,000 | {
"solved_count": 664
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:216-D | codeforces | 216-D | Spider's Web | https://codeforces.com/problemset/problem/216/D | [
"binary search",
"sortings",
"two pointers"
] | null | null | stdin_stdout | 1,700 | {
"solved_count": 1493
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:216-C | codeforces | 216-C | Hiring Staff | https://codeforces.com/problemset/problem/216/C | [
"greedy"
] | null | null | stdin_stdout | 1,800 | {
"solved_count": 1922
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:216-B | codeforces | 216-B | Forming Teams | https://codeforces.com/problemset/problem/216/B | [
"dfs and similar",
"implementation"
] | null | null | stdin_stdout | 1,700 | {
"solved_count": 7005
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:216-A | codeforces | 216-A | Tiling with Hexagons | https://codeforces.com/problemset/problem/216/A | [
"implementation",
"math"
] | null | null | stdin_stdout | 1,200 | {
"solved_count": 5261
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:215-E | codeforces | 215-E | Periodical Numbers | https://codeforces.com/problemset/problem/215/E | [
"combinatorics",
"dp",
"number theory"
] | null | null | stdin_stdout | 2,100 | {
"solved_count": 669
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:215-D | codeforces | 215-D | Hot Days | https://codeforces.com/problemset/problem/215/D | [
"greedy"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 1686
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:215-C | codeforces | 215-C | Crosses | https://codeforces.com/problemset/problem/215/C | [
"brute force",
"implementation"
] | null | null | stdin_stdout | 2,100 | {
"solved_count": 715
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:215-B | codeforces | 215-B | Olympic Medal | https://codeforces.com/problemset/problem/215/B | [
"greedy",
"math"
] | null | null | stdin_stdout | 1,300 | {
"solved_count": 5960
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:215-A | codeforces | 215-A | Bicycle Chain | https://codeforces.com/problemset/problem/215/A | [
"brute force",
"implementation"
] | null | null | stdin_stdout | 900 | {
"solved_count": 16124
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:214-B | codeforces | 214-B | Hometask | https://codeforces.com/problemset/problem/214/B | [
"brute force",
"constructive algorithms",
"greedy",
"math"
] | null | null | stdin_stdout | 1,600 | {
"solved_count": 5341
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:214-A | codeforces | 214-A | System of Equations | https://codeforces.com/problemset/problem/214/A | [
"brute force"
] | null | null | stdin_stdout | 800 | {
"solved_count": 42717
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:213-E | codeforces | 213-E | Two Permutations | https://codeforces.com/problemset/problem/213/E | [
"data structures",
"hashing",
"strings"
] | null | null | stdin_stdout | 2,700 | {
"solved_count": 941
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:213-D | codeforces | 213-D | Stars | https://codeforces.com/problemset/problem/213/D | [
"constructive algorithms",
"geometry"
] | null | null | stdin_stdout | 2,300 | {
"solved_count": 361
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:213-C | codeforces | 213-C | Relay Race | https://codeforces.com/problemset/problem/213/C | [
"dp"
] | null | null | stdin_stdout | 2,000 | {
"solved_count": 3238
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:213-B | codeforces | 213-B | Numbers | https://codeforces.com/problemset/problem/213/B | [
"combinatorics",
"dp"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 1971
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:213-A | codeforces | 213-A | Game | https://codeforces.com/problemset/problem/213/A | [
"dfs and similar",
"greedy"
] | null | null | stdin_stdout | 1,700 | {
"solved_count": 1873
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:212-E | codeforces | 212-E | IT Restaurants | https://codeforces.com/problemset/problem/212/E | [
"dfs and similar",
"dp",
"trees"
] | null | null | stdin_stdout | 1,500 | {
"solved_count": 2182
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:212-D | codeforces | 212-D | Cutting a Fence | https://codeforces.com/problemset/problem/212/D | [
"binary search",
"data structures",
"dsu"
] | null | null | stdin_stdout | 2,500 | {
"solved_count": 611
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:212-C | codeforces | 212-C | Cowboys | https://codeforces.com/problemset/problem/212/C | [
"combinatorics",
"dp",
"math"
] | null | null | stdin_stdout | 2,100 | {
"solved_count": 482
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:212-B | codeforces | 212-B | Polycarpus is Looking for Good Substrings | https://codeforces.com/problemset/problem/212/B | [
"bitmasks",
"hashing",
"implementation"
] | null | null | stdin_stdout | 2,300 | {
"solved_count": 364
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:212-A | codeforces | 212-A | Privatization | https://codeforces.com/problemset/problem/212/A | [
"flows",
"graphs"
] | null | null | stdin_stdout | 3,000 | {
"solved_count": 222
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:209-C | codeforces | 209-C | Trails and Glades | https://codeforces.com/problemset/problem/209/C | [
"constructive algorithms",
"dsu",
"graphs",
"greedy"
] | null | null | stdin_stdout | 2,400 | {
"solved_count": 872
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:209-B | codeforces | 209-B | Pixels | https://codeforces.com/problemset/problem/209/B | [
"constructive algorithms",
"math"
] | null | null | stdin_stdout | 2,100 | {
"solved_count": 484
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:209-A | codeforces | 209-A | Multicolored Marbles | https://codeforces.com/problemset/problem/209/A | [
"dp",
"math"
] | null | null | stdin_stdout | 1,600 | {
"solved_count": 2833
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:208-E | codeforces | 208-E | Blood Cousins | https://codeforces.com/problemset/problem/208/E | [
"binary search",
"data structures",
"dfs and similar",
"trees"
] | null | null | stdin_stdout | 2,100 | {
"solved_count": 8814
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:208-D | codeforces | 208-D | Prizes, Prizes, more Prizes | https://codeforces.com/problemset/problem/208/D | [
"implementation"
] | null | null | stdin_stdout | 1,200 | {
"solved_count": 8025
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:208-C | codeforces | 208-C | Police Station | https://codeforces.com/problemset/problem/208/C | [
"dp",
"graphs",
"shortest paths"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 2141
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:208-B | codeforces | 208-B | Solitaire | https://codeforces.com/problemset/problem/208/B | [
"dfs and similar",
"dp"
] | null | null | stdin_stdout | 1,900 | {
"solved_count": 1488
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:208-A | codeforces | 208-A | Dubstep | https://codeforces.com/problemset/problem/208/A | [
"strings"
] | null | null | stdin_stdout | 900 | {
"solved_count": 104539
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-D9 | codeforces | 207-D9 | The Beaver's Problem - 3 | https://codeforces.com/problemset/problem/207/D9 | [] | null | null | stdin_stdout | 1,800 | {
"solved_count": 98
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-D8 | codeforces | 207-D8 | The Beaver's Problem - 3 | https://codeforces.com/problemset/problem/207/D8 | [] | null | null | stdin_stdout | 2,300 | {
"solved_count": 100
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-D7 | codeforces | 207-D7 | The Beaver's Problem - 3 | https://codeforces.com/problemset/problem/207/D7 | [] | null | null | stdin_stdout | 1,600 | {
"solved_count": 111
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-D6 | codeforces | 207-D6 | The Beaver's Problem - 3 | https://codeforces.com/problemset/problem/207/D6 | [] | null | null | stdin_stdout | 2,100 | {
"solved_count": 88
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-D5 | codeforces | 207-D5 | The Beaver's Problem - 3 | https://codeforces.com/problemset/problem/207/D5 | [] | null | null | stdin_stdout | 1,600 | {
"solved_count": 156
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-D4 | codeforces | 207-D4 | The Beaver's Problem - 3 | https://codeforces.com/problemset/problem/207/D4 | [] | null | null | stdin_stdout | 2,100 | {
"solved_count": 173
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-D3 | codeforces | 207-D3 | The Beaver's Problem - 3 | https://codeforces.com/problemset/problem/207/D3 | [] | null | null | stdin_stdout | 2,000 | {
"solved_count": 145
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-D2 | codeforces | 207-D2 | The Beaver's Problem - 3 | https://codeforces.com/problemset/problem/207/D2 | [] | null | null | stdin_stdout | 2,000 | {
"solved_count": 116
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-D10 | codeforces | 207-D10 | The Beaver's Problem - 3 | https://codeforces.com/problemset/problem/207/D10 | [] | null | null | stdin_stdout | 2,100 | {
"solved_count": 85
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-D1 | codeforces | 207-D1 | The Beaver's Problem - 3 | https://codeforces.com/problemset/problem/207/D1 | [] | null | null | stdin_stdout | 1,800 | {
"solved_count": 123
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-C3 | codeforces | 207-C3 | Game with Two Trees | https://codeforces.com/problemset/problem/207/C3 | [
"data structures"
] | null | null | stdin_stdout | 2,700 | {
"solved_count": 161
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-C2 | codeforces | 207-C2 | Game with Two Trees | https://codeforces.com/problemset/problem/207/C2 | [] | null | null | stdin_stdout | 2,200 | {
"solved_count": 103
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-C1 | codeforces | 207-C1 | Game with Two Trees | https://codeforces.com/problemset/problem/207/C1 | [] | null | null | stdin_stdout | 2,100 | {
"solved_count": 130
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-B3 | codeforces | 207-B3 | Military Trainings | https://codeforces.com/problemset/problem/207/B3 | [] | null | null | stdin_stdout | 1,700 | {
"solved_count": 212
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-B2 | codeforces | 207-B2 | Military Trainings | https://codeforces.com/problemset/problem/207/B2 | [] | null | null | stdin_stdout | 1,900 | {
"solved_count": 237
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-B1 | codeforces | 207-B1 | Military Trainings | https://codeforces.com/problemset/problem/207/B1 | [] | null | null | stdin_stdout | 1,600 | {
"solved_count": 351
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-A3 | codeforces | 207-A3 | Beaver's Calculator 1.0 | https://codeforces.com/problemset/problem/207/A3 | [
"greedy"
] | null | null | stdin_stdout | 2,000 | {
"solved_count": 275
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-A2 | codeforces | 207-A2 | Beaver's Calculator 1.0 | https://codeforces.com/problemset/problem/207/A2 | [
"greedy"
] | null | null | stdin_stdout | 1,800 | {
"solved_count": 303
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:207-A1 | codeforces | 207-A1 | Beaver's Calculator 1.0 | https://codeforces.com/problemset/problem/207/A1 | [
"greedy"
] | null | null | stdin_stdout | 1,600 | {
"solved_count": 367
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:205-B | codeforces | 205-B | Little Elephant and Sorting | https://codeforces.com/problemset/problem/205/B | [
"brute force",
"greedy"
] | null | null | stdin_stdout | 1,400 | {
"solved_count": 6468
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:205-A | codeforces | 205-A | Little Elephant and Rozdil | https://codeforces.com/problemset/problem/205/A | [
"brute force",
"implementation"
] | null | null | stdin_stdout | 900 | {
"solved_count": 25151
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:204-E | codeforces | 204-E | Little Elephant and Strings | https://codeforces.com/problemset/problem/204/E | [
"data structures",
"implementation",
"string suffix structures",
"two pointers"
] | null | null | stdin_stdout | 2,800 | {
"solved_count": 1416
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:204-D | codeforces | 204-D | Little Elephant and Retro Strings | https://codeforces.com/problemset/problem/204/D | [
"dp"
] | null | null | stdin_stdout | 2,400 | {
"solved_count": 634
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:204-C | codeforces | 204-C | Little Elephant and Furik and Rubik | https://codeforces.com/problemset/problem/204/C | [
"math",
"probabilities"
] | null | null | stdin_stdout | 2,000 | {
"solved_count": 1229
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:204-B | codeforces | 204-B | Little Elephant and Cards | https://codeforces.com/problemset/problem/204/B | [
"binary search",
"data structures"
] | null | null | stdin_stdout | 1,500 | {
"solved_count": 5867
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:204-A | codeforces | 204-A | Little Elephant and Interval | https://codeforces.com/problemset/problem/204/A | [
"binary search",
"combinatorics",
"dp"
] | null | null | stdin_stdout | 1,500 | {
"solved_count": 6564
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:203-E | codeforces | 203-E | Transportation | https://codeforces.com/problemset/problem/203/E | [
"greedy",
"sortings",
"two pointers"
] | null | null | stdin_stdout | 2,300 | {
"solved_count": 308
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:203-D | codeforces | 203-D | Hit Ball | https://codeforces.com/problemset/problem/203/D | [
"geometry",
"implementation",
"math"
] | null | null | stdin_stdout | 1,700 | {
"solved_count": 1505
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:203-C | codeforces | 203-C | Photographer | https://codeforces.com/problemset/problem/203/C | [
"greedy",
"sortings"
] | null | null | stdin_stdout | 1,400 | {
"solved_count": 6051
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:203-B | codeforces | 203-B | Game on Paper | https://codeforces.com/problemset/problem/203/B | [
"brute force",
"implementation"
] | null | null | stdin_stdout | 1,300 | {
"solved_count": 2779
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:203-A | codeforces | 203-A | Two Problems | https://codeforces.com/problemset/problem/203/A | [
"brute force",
"implementation"
] | null | null | stdin_stdout | 1,200 | {
"solved_count": 4415
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:202-B | codeforces | 202-B | Brand New Easy Problem | https://codeforces.com/problemset/problem/202/B | [
"brute force"
] | null | null | stdin_stdout | 1,700 | {
"solved_count": 851
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:202-A | codeforces | 202-A | LLPS | https://codeforces.com/problemset/problem/202/A | [
"binary search",
"bitmasks",
"brute force",
"greedy",
"implementation",
"strings"
] | null | null | stdin_stdout | 800 | {
"solved_count": 19667
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:201-E | codeforces | 201-E | Thoroughly Bureaucratic Organization | https://codeforces.com/problemset/problem/201/E | [
"binary search",
"combinatorics"
] | null | null | stdin_stdout | 2,600 | {
"solved_count": 481
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:201-D | codeforces | 201-D | Brand New Problem | https://codeforces.com/problemset/problem/201/D | [
"bitmasks",
"brute force",
"dp"
] | null | null | stdin_stdout | 2,600 | {
"solved_count": 450
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:201-C | codeforces | 201-C | Fragile Bridges | https://codeforces.com/problemset/problem/201/C | [
"dp"
] | null | null | stdin_stdout | 2,000 | {
"solved_count": 1507
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:201-B | codeforces | 201-B | Guess That Car! | https://codeforces.com/problemset/problem/201/B | [
"math",
"ternary search"
] | null | null | stdin_stdout | 1,800 | {
"solved_count": 1383
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:201-A | codeforces | 201-A | Clear Symmetry | https://codeforces.com/problemset/problem/201/A | [
"constructive algorithms",
"dp",
"math"
] | null | null | stdin_stdout | 1,700 | {
"solved_count": 3236
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:200-E | codeforces | 200-E | Tractor College | https://codeforces.com/problemset/problem/200/E | [
"implementation",
"math",
"number theory",
"ternary search"
] | null | null | stdin_stdout | 2,400 | {
"solved_count": 362
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:200-D | codeforces | 200-D | Programming Language | https://codeforces.com/problemset/problem/200/D | [
"binary search",
"brute force",
"expression parsing",
"implementation"
] | null | null | stdin_stdout | 1,800 | {
"solved_count": 1048
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:200-C | codeforces | 200-C | Football Championship | https://codeforces.com/problemset/problem/200/C | [
"brute force",
"implementation"
] | null | null | stdin_stdout | 1,800 | {
"solved_count": 1104
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:200-B | codeforces | 200-B | Drinks | https://codeforces.com/problemset/problem/200/B | [
"implementation",
"math"
] | null | null | stdin_stdout | 800 | {
"solved_count": 147469
} | 2026-04-13T03:38:27.662191+00:00 |
codeforces:200-A | codeforces | 200-A | Cinema | https://codeforces.com/problemset/problem/200/A | [
"brute force",
"data structures"
] | null | null | stdin_stdout | 2,400 | {
"solved_count": 731
} | 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.