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:2021-D
codeforces
2021-D
Boss, Thirsty
https://codeforces.com/problemset/problem/2021/D
[ "dp", "greedy", "implementation" ]
null
null
stdin_stdout
2,500
{ "solved_count": 948 }
2026-04-13T03:38:27.662191+00:00
codeforces:2021-C2
codeforces
2021-C2
Adjust The Presentation (Hard Version)
https://codeforces.com/problemset/problem/2021/C2
[ "constructive algorithms", "data structures", "greedy", "implementation", "sortings" ]
null
null
stdin_stdout
1,900
{ "solved_count": 4488 }
2026-04-13T03:38:27.662191+00:00
codeforces:2021-C1
codeforces
2021-C1
Adjust The Presentation (Easy Version)
https://codeforces.com/problemset/problem/2021/C1
[ "constructive algorithms", "greedy" ]
null
null
stdin_stdout
1,300
{ "solved_count": 14075 }
2026-04-13T03:38:27.662191+00:00
codeforces:2021-B
codeforces
2021-B
Maximize Mex
https://codeforces.com/problemset/problem/2021/B
[ "brute force", "greedy", "math", "number theory" ]
null
null
stdin_stdout
1,200
{ "solved_count": 18742 }
2026-04-13T03:38:27.662191+00:00
codeforces:2021-A
codeforces
2021-A
Meaning Mean
https://codeforces.com/problemset/problem/2021/A
[ "data structures", "greedy", "math", "sortings" ]
null
null
stdin_stdout
800
{ "solved_count": 21469 }
2026-04-13T03:38:27.662191+00:00
codeforces:2020-F
codeforces
2020-F
Count Leaves
https://codeforces.com/problemset/problem/2020/F
[ "dp", "math", "number theory" ]
null
null
stdin_stdout
2,900
{ "solved_count": 264 }
2026-04-13T03:38:27.662191+00:00
codeforces:2020-E
codeforces
2020-E
Expected Power
https://codeforces.com/problemset/problem/2020/E
[ "bitmasks", "dp", "math", "probabilities" ]
null
null
stdin_stdout
2,000
{ "solved_count": 3955 }
2026-04-13T03:38:27.662191+00:00
codeforces:2020-D
codeforces
2020-D
Connect the Dots
https://codeforces.com/problemset/problem/2020/D
[ "brute force", "dp", "dsu", "graphs", "math", "trees" ]
null
null
stdin_stdout
1,800
{ "solved_count": 7385 }
2026-04-13T03:38:27.662191+00:00
codeforces:2020-C
codeforces
2020-C
Bitwise Balancing
https://codeforces.com/problemset/problem/2020/C
[ "bitmasks", "hashing", "implementation", "math", "schedules", "ternary search" ]
null
null
stdin_stdout
1,400
{ "solved_count": 18212 }
2026-04-13T03:38:27.662191+00:00
codeforces:2020-B
codeforces
2020-B
Brightness Begins
https://codeforces.com/problemset/problem/2020/B
[ "binary search", "math" ]
null
null
stdin_stdout
1,200
{ "solved_count": 21563 }
2026-04-13T03:38:27.662191+00:00
codeforces:2020-A
codeforces
2020-A
Find Minimum Operations
https://codeforces.com/problemset/problem/2020/A
[ "bitmasks", "brute force", "greedy", "math", "number theory" ]
null
null
stdin_stdout
800
{ "solved_count": 25807 }
2026-04-13T03:38:27.662191+00:00
codeforces:2019-B
codeforces
2019-B
All Pairs Segments
https://codeforces.com/problemset/problem/2019/B
[ "implementation", "math" ]
null
null
stdin_stdout
1,200
{ "solved_count": 17208 }
2026-04-13T03:38:27.662191+00:00
codeforces:2019-A
codeforces
2019-A
Max Plus Size
https://codeforces.com/problemset/problem/2019/A
[ "brute force", "dp", "greedy" ]
null
null
stdin_stdout
800
{ "solved_count": 26941 }
2026-04-13T03:38:27.662191+00:00
codeforces:2018-F3
codeforces
2018-F3
Speedbreaker Counting (Hard Version)
https://codeforces.com/problemset/problem/2018/F3
[ "dp", "greedy", "math" ]
null
null
stdin_stdout
3,100
{ "solved_count": 300 }
2026-04-13T03:38:27.662191+00:00
codeforces:2018-F2
codeforces
2018-F2
Speedbreaker Counting (Medium Version)
https://codeforces.com/problemset/problem/2018/F2
[ "dp", "greedy", "math" ]
null
null
stdin_stdout
3,000
{ "solved_count": 283 }
2026-04-13T03:38:27.662191+00:00
codeforces:2018-F1
codeforces
2018-F1
Speedbreaker Counting (Easy Version)
https://codeforces.com/problemset/problem/2018/F1
[ "combinatorics", "dp", "greedy", "math" ]
null
null
stdin_stdout
2,900
{ "solved_count": 325 }
2026-04-13T03:38:27.662191+00:00
codeforces:2018-E2
codeforces
2018-E2
Complex Segments (Hard Version)
https://codeforces.com/problemset/problem/2018/E2
[ "binary search", "data structures", "divide and conquer", "dsu", "greedy", "math", "sortings" ]
null
null
stdin_stdout
3,400
{ "solved_count": 203 }
2026-04-13T03:38:27.662191+00:00
codeforces:2018-E1
codeforces
2018-E1
Complex Segments (Easy Version)
https://codeforces.com/problemset/problem/2018/E1
[ "binary search", "data structures", "divide and conquer", "dsu", "greedy", "math", "sortings" ]
null
null
stdin_stdout
3,300
{ "solved_count": 237 }
2026-04-13T03:38:27.662191+00:00
codeforces:2018-D
codeforces
2018-D
Max Plus Min Plus Size
https://codeforces.com/problemset/problem/2018/D
[ "data structures", "dp", "dsu", "greedy", "implementation", "matrices", "sortings" ]
null
null
stdin_stdout
2,200
{ "solved_count": 2181 }
2026-04-13T03:38:27.662191+00:00
codeforces:2018-C
codeforces
2018-C
Tree Pruning
https://codeforces.com/problemset/problem/2018/C
[ "brute force", "dfs and similar", "greedy", "sortings", "trees" ]
null
null
stdin_stdout
1,700
{ "solved_count": 9507 }
2026-04-13T03:38:27.662191+00:00
codeforces:2018-B
codeforces
2018-B
Speedbreaker
https://codeforces.com/problemset/problem/2018/B
[ "binary search", "data structures", "dp", "greedy", "implementation", "two pointers" ]
null
null
stdin_stdout
1,900
{ "solved_count": 5155 }
2026-04-13T03:38:27.662191+00:00
codeforces:2018-A
codeforces
2018-A
Cards Partition
https://codeforces.com/problemset/problem/2018/A
[ "2-sat", "brute force", "greedy", "implementation", "math" ]
null
null
stdin_stdout
1,600
{ "solved_count": 12555 }
2026-04-13T03:38:27.662191+00:00
codeforces:2014-H
codeforces
2014-H
Robin Hood Archery
https://codeforces.com/problemset/problem/2014/H
[ "data structures", "divide and conquer", "greedy", "hashing" ]
null
null
stdin_stdout
1,900
{ "solved_count": 5592 }
2026-04-13T03:38:27.662191+00:00
codeforces:2014-G
codeforces
2014-G
Milky Days
https://codeforces.com/problemset/problem/2014/G
[ "brute force", "data structures", "greedy", "implementation" ]
null
null
stdin_stdout
2,200
{ "solved_count": 1785 }
2026-04-13T03:38:27.662191+00:00
codeforces:2014-F
codeforces
2014-F
Sheriff's Defense
https://codeforces.com/problemset/problem/2014/F
[ "dfs and similar", "dp", "greedy", "trees" ]
null
null
stdin_stdout
2,000
{ "solved_count": 5061 }
2026-04-13T03:38:27.662191+00:00
codeforces:2014-E
codeforces
2014-E
Rendez-vous de Marian et Robin
https://codeforces.com/problemset/problem/2014/E
[ "dfs and similar", "graphs", "shortest paths" ]
null
null
stdin_stdout
1,800
{ "solved_count": 8615 }
2026-04-13T03:38:27.662191+00:00
codeforces:2014-D
codeforces
2014-D
Robert Hood and Mrs Hood
https://codeforces.com/problemset/problem/2014/D
[ "brute force", "data structures", "greedy", "sortings" ]
null
null
stdin_stdout
1,400
{ "solved_count": 15904 }
2026-04-13T03:38:27.662191+00:00
codeforces:2014-C
codeforces
2014-C
Robin Hood in Town
https://codeforces.com/problemset/problem/2014/C
[ "binary search", "greedy", "math" ]
null
null
stdin_stdout
1,100
{ "solved_count": 27340 }
2026-04-13T03:38:27.662191+00:00
codeforces:2014-B
codeforces
2014-B
Robin Hood and the Major Oak
https://codeforces.com/problemset/problem/2014/B
[ "math" ]
null
null
stdin_stdout
800
{ "solved_count": 33109 }
2026-04-13T03:38:27.662191+00:00
codeforces:2014-A
codeforces
2014-A
Robin Helps
https://codeforces.com/problemset/problem/2014/A
[ "greedy", "implementation" ]
null
null
stdin_stdout
800
{ "solved_count": 45517 }
2026-04-13T03:38:27.662191+00:00
codeforces:2013-F2
codeforces
2013-F2
Game in Tree (Hard Version)
https://codeforces.com/problemset/problem/2013/F2
[ "binary search", "data structures", "trees" ]
null
null
stdin_stdout
3,500
{ "solved_count": 159 }
2026-04-13T03:38:27.662191+00:00
codeforces:2013-F1
codeforces
2013-F1
Game in Tree (Easy Version)
https://codeforces.com/problemset/problem/2013/F1
[ "binary search", "brute force", "data structures", "dp", "games", "greedy", "implementation", "trees" ]
null
null
stdin_stdout
2,700
{ "solved_count": 648 }
2026-04-13T03:38:27.662191+00:00
codeforces:2013-E
codeforces
2013-E
Prefix GCD
https://codeforces.com/problemset/problem/2013/E
[ "brute force", "dp", "greedy", "math", "number theory" ]
null
null
stdin_stdout
2,200
{ "solved_count": 4194 }
2026-04-13T03:38:27.662191+00:00
codeforces:2013-D
codeforces
2013-D
Minimize the Difference
https://codeforces.com/problemset/problem/2013/D
[ "binary search", "greedy" ]
null
null
stdin_stdout
1,900
{ "solved_count": 7431 }
2026-04-13T03:38:27.662191+00:00
codeforces:2013-C
codeforces
2013-C
Password Cracking
https://codeforces.com/problemset/problem/2013/C
[ "constructive algorithms", "interactive", "strings" ]
null
null
stdin_stdout
1,400
{ "solved_count": 14464 }
2026-04-13T03:38:27.662191+00:00
codeforces:2013-B
codeforces
2013-B
Battle for Survive
https://codeforces.com/problemset/problem/2013/B
[ "constructive algorithms", "greedy", "math" ]
null
null
stdin_stdout
900
{ "solved_count": 28115 }
2026-04-13T03:38:27.662191+00:00
codeforces:2013-A
codeforces
2013-A
Zhan's Blender
https://codeforces.com/problemset/problem/2013/A
[ "constructive algorithms", "math" ]
null
null
stdin_stdout
800
{ "solved_count": 31139 }
2026-04-13T03:38:27.662191+00:00
codeforces:2011-I
codeforces
2011-I
Stack and Queue
https://codeforces.com/problemset/problem/2011/I
[ "*special", "data structures", "divide and conquer" ]
null
null
stdin_stdout
null
{ "solved_count": 23 }
2026-04-13T03:38:27.662191+00:00
codeforces:2011-H
codeforces
2011-H
Strange Matrix
https://codeforces.com/problemset/problem/2011/H
[ "*special", "graphs", "greedy" ]
null
null
stdin_stdout
null
{ "solved_count": 57 }
2026-04-13T03:38:27.662191+00:00
codeforces:2011-G
codeforces
2011-G
Removal of a Permutation
https://codeforces.com/problemset/problem/2011/G
[ "*special" ]
null
null
stdin_stdout
null
{ "solved_count": 50 }
2026-04-13T03:38:27.662191+00:00
codeforces:2011-F
codeforces
2011-F
Good Subarray
https://codeforces.com/problemset/problem/2011/F
[ "*special", "data structures", "greedy" ]
null
null
stdin_stdout
null
{ "solved_count": 131 }
2026-04-13T03:38:27.662191+00:00
codeforces:2011-E
codeforces
2011-E
Rock-Paper-Scissors Bot
https://codeforces.com/problemset/problem/2011/E
[ "*special", "greedy", "strings" ]
null
null
stdin_stdout
null
{ "solved_count": 182 }
2026-04-13T03:38:27.662191+00:00
codeforces:2011-D
codeforces
2011-D
Among Wolves
https://codeforces.com/problemset/problem/2011/D
[ "*special" ]
null
null
stdin_stdout
null
{ "solved_count": 283 }
2026-04-13T03:38:27.662191+00:00
codeforces:2011-C
codeforces
2011-C
Split the Expression
https://codeforces.com/problemset/problem/2011/C
[ "*special" ]
null
null
stdin_stdout
null
{ "solved_count": 379 }
2026-04-13T03:38:27.662191+00:00
codeforces:2011-B
codeforces
2011-B
Shuffle
https://codeforces.com/problemset/problem/2011/B
[ "*special" ]
null
null
stdin_stdout
null
{ "solved_count": 676 }
2026-04-13T03:38:27.662191+00:00
codeforces:2011-A
codeforces
2011-A
Problem Solving
https://codeforces.com/problemset/problem/2011/A
[ "*special" ]
null
null
stdin_stdout
null
{ "solved_count": 1138 }
2026-04-13T03:38:27.662191+00:00
codeforces:2010-C2
codeforces
2010-C2
Message Transmission Error (hard version)
https://codeforces.com/problemset/problem/2010/C2
[ "hashing", "string suffix structures", "strings", "two pointers" ]
null
null
stdin_stdout
1,700
{ "solved_count": 4555 }
2026-04-13T03:38:27.662191+00:00
codeforces:2010-C1
codeforces
2010-C1
Message Transmission Error (easy version)
https://codeforces.com/problemset/problem/2010/C1
[ "brute force", "strings" ]
null
null
stdin_stdout
1,400
{ "solved_count": 9207 }
2026-04-13T03:38:27.662191+00:00
codeforces:2010-B
codeforces
2010-B
Three Brothers
https://codeforces.com/problemset/problem/2010/B
[ "brute force", "implementation", "math" ]
null
null
stdin_stdout
800
{ "solved_count": 24657 }
2026-04-13T03:38:27.662191+00:00
codeforces:2010-A
codeforces
2010-A
Alternating Sum of Numbers
https://codeforces.com/problemset/problem/2010/A
[ "brute force", "implementation", "math" ]
null
null
stdin_stdout
800
{ "solved_count": 21205 }
2026-04-13T03:38:27.662191+00:00
codeforces:2009-G3
codeforces
2009-G3
Yunli's Subarray Queries (extreme version)
https://codeforces.com/problemset/problem/2009/G3
[ "data structures", "dp", "implementation" ]
null
null
stdin_stdout
2,700
{ "solved_count": 524 }
2026-04-13T03:38:27.662191+00:00
codeforces:2009-G2
codeforces
2009-G2
Yunli's Subarray Queries (hard version)
https://codeforces.com/problemset/problem/2009/G2
[ "binary search", "data structures", "dp" ]
null
null
stdin_stdout
2,200
{ "solved_count": 1739 }
2026-04-13T03:38:27.662191+00:00
codeforces:2009-G1
codeforces
2009-G1
Yunli's Subarray Queries (easy version)
https://codeforces.com/problemset/problem/2009/G1
[ "binary search", "data structures", "two pointers" ]
null
null
stdin_stdout
1,900
{ "solved_count": 5319 }
2026-04-13T03:38:27.662191+00:00
codeforces:2009-F
codeforces
2009-F
Firefly's Queries
https://codeforces.com/problemset/problem/2009/F
[ "bitmasks", "data structures", "flows", "math" ]
null
null
stdin_stdout
1,700
{ "solved_count": 8451 }
2026-04-13T03:38:27.662191+00:00
codeforces:2009-E
codeforces
2009-E
Klee's SUPER DUPER LARGE Array!!!
https://codeforces.com/problemset/problem/2009/E
[ "binary search", "math", "ternary search" ]
null
null
stdin_stdout
1,400
{ "solved_count": 17552 }
2026-04-13T03:38:27.662191+00:00
codeforces:2009-D
codeforces
2009-D
Satyam and Counting
https://codeforces.com/problemset/problem/2009/D
[ "geometry", "math" ]
null
null
stdin_stdout
1,400
{ "solved_count": 18684 }
2026-04-13T03:38:27.662191+00:00
codeforces:2009-C
codeforces
2009-C
The Legend of Freya the Frog
https://codeforces.com/problemset/problem/2009/C
[ "implementation", "math" ]
null
null
stdin_stdout
1,100
{ "solved_count": 32814 }
2026-04-13T03:38:27.662191+00:00
codeforces:2009-B
codeforces
2009-B
osu!mania
https://codeforces.com/problemset/problem/2009/B
[ "brute force", "implementation" ]
null
null
stdin_stdout
800
{ "solved_count": 52803 }
2026-04-13T03:38:27.662191+00:00
codeforces:2009-A
codeforces
2009-A
Minimize!
https://codeforces.com/problemset/problem/2009/A
[ "brute force", "math" ]
null
null
stdin_stdout
800
{ "solved_count": 72291 }
2026-04-13T03:38:27.662191+00:00
codeforces:2008-H
codeforces
2008-H
Sakurako's Test
https://codeforces.com/problemset/problem/2008/H
[ "binary search", "brute force", "greedy", "math", "number theory" ]
null
null
stdin_stdout
2,100
{ "solved_count": 3573 }
2026-04-13T03:38:27.662191+00:00
codeforces:2008-G
codeforces
2008-G
Sakurako's Task
https://codeforces.com/problemset/problem/2008/G
[ "binary search", "greedy", "math", "number theory" ]
null
null
stdin_stdout
1,800
{ "solved_count": 6640 }
2026-04-13T03:38:27.662191+00:00
codeforces:2008-F
codeforces
2008-F
Sakurako's Box
https://codeforces.com/problemset/problem/2008/F
[ "combinatorics", "math", "number theory" ]
null
null
stdin_stdout
1,400
{ "solved_count": 15596 }
2026-04-13T03:38:27.662191+00:00
codeforces:2008-E
codeforces
2008-E
Alternating String
https://codeforces.com/problemset/problem/2008/E
[ "brute force", "data structures", "dp", "greedy", "implementation", "strings" ]
null
null
stdin_stdout
1,500
{ "solved_count": 13107 }
2026-04-13T03:38:27.662191+00:00
codeforces:2008-D
codeforces
2008-D
Sakurako's Hobby
https://codeforces.com/problemset/problem/2008/D
[ "dp", "dsu", "graphs", "math" ]
null
null
stdin_stdout
1,100
{ "solved_count": 23339 }
2026-04-13T03:38:27.662191+00:00
codeforces:2008-C
codeforces
2008-C
Longest Good Array
https://codeforces.com/problemset/problem/2008/C
[ "binary search", "brute force", "math" ]
null
null
stdin_stdout
800
{ "solved_count": 36327 }
2026-04-13T03:38:27.662191+00:00
codeforces:2008-B
codeforces
2008-B
Square or Not
https://codeforces.com/problemset/problem/2008/B
[ "brute force", "math", "strings" ]
null
null
stdin_stdout
800
{ "solved_count": 32868 }
2026-04-13T03:38:27.662191+00:00
codeforces:2008-A
codeforces
2008-A
Sakurako's Exam
https://codeforces.com/problemset/problem/2008/A
[ "brute force", "constructive algorithms", "greedy", "math" ]
null
null
stdin_stdout
800
{ "solved_count": 41648 }
2026-04-13T03:38:27.662191+00:00
codeforces:2007-C
codeforces
2007-C
Dora and C++
https://codeforces.com/problemset/problem/2007/C
[ "math", "number theory" ]
null
null
stdin_stdout
1,500
{ "solved_count": 15802 }
2026-04-13T03:38:27.662191+00:00
codeforces:2007-B
codeforces
2007-B
Index and Maximum Value
https://codeforces.com/problemset/problem/2007/B
[ "data structures", "greedy" ]
null
null
stdin_stdout
900
{ "solved_count": 25527 }
2026-04-13T03:38:27.662191+00:00
codeforces:2007-A
codeforces
2007-A
Dora's Set
https://codeforces.com/problemset/problem/2007/A
[ "greedy", "math", "number theory" ]
null
null
stdin_stdout
800
{ "solved_count": 25211 }
2026-04-13T03:38:27.662191+00:00
codeforces:2006-F
codeforces
2006-F
Dora's Paint
https://codeforces.com/problemset/problem/2006/F
[ "brute force", "combinatorics", "constructive algorithms", "graphs", "implementation" ]
null
null
stdin_stdout
3,500
{ "solved_count": 164 }
2026-04-13T03:38:27.662191+00:00
codeforces:2006-E
codeforces
2006-E
Iris's Full Binary Tree
https://codeforces.com/problemset/problem/2006/E
[ "brute force", "data structures", "dfs and similar", "trees" ]
null
null
stdin_stdout
3,100
{ "solved_count": 316 }
2026-04-13T03:38:27.662191+00:00
codeforces:2006-D
codeforces
2006-D
Iris and Adjacent Products
https://codeforces.com/problemset/problem/2006/D
[ "data structures", "greedy", "implementation", "math" ]
null
null
stdin_stdout
2,600
{ "solved_count": 977 }
2026-04-13T03:38:27.662191+00:00
codeforces:2006-C
codeforces
2006-C
Eri and Expanded Sets
https://codeforces.com/problemset/problem/2006/C
[ "data structures", "divide and conquer", "math", "number theory", "two pointers" ]
null
null
stdin_stdout
2,300
{ "solved_count": 2064 }
2026-04-13T03:38:27.662191+00:00
codeforces:2006-B
codeforces
2006-B
Iris and the Tree
https://codeforces.com/problemset/problem/2006/B
[ "brute force", "data structures", "dfs and similar", "dsu", "math", "trees" ]
null
null
stdin_stdout
1,800
{ "solved_count": 4326 }
2026-04-13T03:38:27.662191+00:00
codeforces:2006-A
codeforces
2006-A
Iris and Game on the Tree
https://codeforces.com/problemset/problem/2006/A
[ "constructive algorithms", "dfs and similar", "games", "graphs", "greedy", "trees" ]
null
null
stdin_stdout
1,700
{ "solved_count": 9277 }
2026-04-13T03:38:27.662191+00:00
codeforces:2005-E2
codeforces
2005-E2
Subtangle Game (Hard Version)
https://codeforces.com/problemset/problem/2005/E2
[ "data structures", "dp", "games", "greedy", "implementation" ]
null
null
stdin_stdout
2,500
{ "solved_count": 1056 }
2026-04-13T03:38:27.662191+00:00
codeforces:2005-E1
codeforces
2005-E1
Subtangle Game (Easy Version)
https://codeforces.com/problemset/problem/2005/E1
[ "dp", "games", "greedy", "implementation" ]
null
null
stdin_stdout
2,100
{ "solved_count": 3309 }
2026-04-13T03:38:27.662191+00:00
codeforces:2005-D
codeforces
2005-D
Alter the GCD
https://codeforces.com/problemset/problem/2005/D
[ "binary search", "brute force", "data structures", "divide and conquer", "implementation", "number theory" ]
null
null
stdin_stdout
2,400
{ "solved_count": 1232 }
2026-04-13T03:38:27.662191+00:00
codeforces:2005-C
codeforces
2005-C
Lazy Narek
https://codeforces.com/problemset/problem/2005/C
[ "dp", "implementation", "strings" ]
null
null
stdin_stdout
1,800
{ "solved_count": 8645 }
2026-04-13T03:38:27.662191+00:00
codeforces:2005-B2
codeforces
2005-B2
The Strict Teacher (Hard Version)
https://codeforces.com/problemset/problem/2005/B2
[ "binary search", "greedy", "math", "sortings" ]
null
null
stdin_stdout
1,200
{ "solved_count": 21543 }
2026-04-13T03:38:27.662191+00:00
codeforces:2005-B1
codeforces
2005-B1
The Strict Teacher (Easy Version)
https://codeforces.com/problemset/problem/2005/B1
[ "greedy", "math", "sortings" ]
null
null
stdin_stdout
1,000
{ "solved_count": 24655 }
2026-04-13T03:38:27.662191+00:00
codeforces:2005-A
codeforces
2005-A
Simple Palindrome
https://codeforces.com/problemset/problem/2005/A
[ "combinatorics", "constructive algorithms", "greedy", "math" ]
null
null
stdin_stdout
900
{ "solved_count": 26156 }
2026-04-13T03:38:27.662191+00:00
codeforces:2004-G
codeforces
2004-G
Substring Compression
https://codeforces.com/problemset/problem/2004/G
[ "data structures", "dp", "matrices" ]
null
null
stdin_stdout
3,200
{ "solved_count": 419 }
2026-04-13T03:38:27.662191+00:00
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": 1407 }
2026-04-13T03:38:27.662191+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": 5040 }
2026-04-13T03:38:27.662191+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": 13196 }
2026-04-13T03:38:27.662191+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": 26917 }
2026-04-13T03:38:27.662191+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": 31403 }
2026-04-13T03:38:27.662191+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": 33616 }
2026-04-13T03:38:27.662191+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": 794 }
2026-04-13T03:38:27.662191+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": 637 }
2026-04-13T03:38:27.662191+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": 879 }
2026-04-13T03:38:27.662191+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": 4627 }
2026-04-13T03:38:27.662191+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": 13395 }
2026-04-13T03:38:27.662191+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": 21573 }
2026-04-13T03:38:27.662191+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": 27469 }
2026-04-13T03:38:27.662191+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": 32586 }
2026-04-13T03:38:27.662191+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": 102 }
2026-04-13T03:38:27.662191+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": 283 }
2026-04-13T03:38:27.662191+00:00