Enter
|
Register
Home
Top
Catalog
Contests
Gym
Problemset
Groups
Rating
Edu
API
Calendar
Help
→ Pay attention
Before contest
Codeforces Round 988 (Div. 3)
14:57:38
Register now »
→ Filter Problems
Difficulty:
—
combine-tags-by-or
*combine tags by OR
2-sat
binary search
bitmasks
brute force
chinese remainder theorem
combinatorics
constructive algorithms
data structures
dfs and similar
divide and conquer
dp
dsu
expression parsing
fft
flows
games
geometry
graph matchings
graphs
greedy
hashing
implementation
interactive
math
matrices
meet-in-the-middle
number theory
probabilities
schedules
shortest paths
sortings
string suffix structures
strings
ternary search
trees
two pointers
Add tag
Main
acmsguru
|
Problems
Submit
Status
Standings
Custom test
Problems
#
Name
1910B
Security Guard
*special problem
,
greedy
1600
x681
1910A
Username
*special problem
,
implementation
1100
x1792
1909I
Short Permutation Problem
combinatorics
,
dp
,
fft
,
math
1900
x119
1909H
Parallel Swaps Sort
constructive algorithms
,
data structures
3500
x80
1909G
Pumping Lemma
hashing
,
strings
3000
x416
1909F2
Small Permutation Problem (Hard Version)
combinatorics
,
dp
,
math
2500
x951
1909F1
Small Permutation Problem (Easy Version)
brute force
,
combinatorics
,
dp
,
math
2200
x1848
1909E
Multiple Lamps
bitmasks
,
brute force
,
constructive algorithms
,
math
,
number theory
2400
x1410
1909D
Split Plus K
greedy
,
math
,
number theory
1900
x4484
1909C
Heavy Intervals
constructive algorithms
,
data structures
,
dsu
,
greedy
,
math
,
sortings
1400
x11316
1909B
Make Almost Equal With Mod
bitmasks
,
constructive algorithms
,
math
,
number theory
1200
x17417
1909A
Distinct Buttons
implementation
,
math
800
x17946
1907G
Lights
brute force
,
constructive algorithms
,
dfs and similar
,
graphs
,
greedy
,
implementation
2200
x1973
1907F
Shift and Reverse
greedy
,
sortings
1800
x4945
1907E
Good Triples
brute force
,
combinatorics
,
number theory
1600
x10470
1907D
Jumping Through Segments
binary search
,
constructive algorithms
1400
x14537
1907C
Removal of Unattractive Pairs
constructive algorithms
,
greedy
,
math
,
strings
1200
x20404
1907B
YetnotherrokenKeoard
data structures
,
implementation
,
strings
1000
x25972
1907A
Rook
implementation
800
x37053
1906M
Triangle Construction
greedy
,
math
1700
x2773
1906L
Palindromic Parentheses
constructive algorithms
2500
x549
1906K
Deck-Building Game
divide and conquer
,
math
2500
x321
1906J
Count BFS Graph
combinatorics
,
dp
2100
x819
1906I
Contingency Plan 2
graph matchings
2900
x157
1906H
Twin Friends
combinatorics
,
dp
2200
x745
1906G
Grid Game 2
games
,
number theory
2900
x210
1906F
Maximize The Value
data structures
,
sortings
2100
x1170
1906E
Merge Not Sort
constructive algorithms
,
dp
1900
x1615
1906D
Spaceship Exploration
binary search
,
geometry
2800
x124
1906C
Cursed Game
interactive
3000
x194
1906B
Button Pressing
bitmasks
,
constructive algorithms
,
hashing
2600
x596
1906A
Easy As ABC
brute force
1000
x4505
1905F
Field Should Not Be Empty
brute force
,
data structures
,
divide and conquer
2600
x555
1905E
One-X
combinatorics
,
dfs and similar
,
dp
,
math
,
trees
2400
x1008
1905D
Cyclic MEX
data structures
,
implementation
,
math
,
two pointers
2000
x3911
1905C
Largest Subsequence
greedy
,
strings
1400
x12441
1905B
Begginer's Zelda
greedy
,
trees
1100
x16582
1905A
Constructive Problems
constructive algorithms
,
math
800
x23077
1904F
Beautiful Tree
data structures
,
dfs and similar
,
graphs
,
implementation
,
trees
2800
x385
1904E
Tree Queries
data structures
,
dfs and similar
,
graphs
,
implementation
,
trees
2500
x1028
1904D2
Set To Max (Hard Version)
constructive algorithms
,
data structures
,
divide and conquer
,
greedy
,
implementation
,
sortings
1800
x4499
1904D1
Set To Max (Easy Version)
brute force
,
constructive algorithms
,
greedy
1600
x6870
1904C
Array Game
binary search
,
brute force
,
data structures
,
sortings
,
two pointers
1400
x13577
1904B
Collecting Game
binary search
,
dp
,
greedy
,
sortings
,
two pointers
1100
x15808
1904A
Forked!
brute force
,
implementation
900
x20578
1903F
Babysitting
2-sat
,
binary search
,
data structures
,
graphs
,
trees
2500
x644
1903E
Geo Game
greedy
,
interactive
,
math
2000
x2065
1903D2
Maximum And Queries (hard version)
bitmasks
,
divide and conquer
,
dp
,
greedy
2500
x791
1903D1
Maximum And Queries (easy version)
binary search
,
bitmasks
,
brute force
,
greedy
1700
x5799
1903C
Theofanis' Nightmare
constructive algorithms
,
greedy
1400
x12096
1903B
StORage room
bitmasks
,
brute force
,
constructive algorithms
,
greedy
1200
x12942
1903A
Halloumi Boxes
brute force
,
greedy
,
sortings
800
x33769
1902F
Trees and XOR Queries Again
data structures
,
dfs and similar
,
divide and conquer
,
graphs
,
implementation
,
math
,
trees
2400
x1041
1902E
Collapsing Strings
data structures
,
strings
,
trees
1900
x4388
1902D
Robot Queries
binary search
,
data structures
,
dp
,
implementation
1900
x4196
1902C
Insert and Equalize
brute force
,
constructive algorithms
,
greedy
,
math
,
number theory
1300
x13965
1902B
Getting Points
binary search
,
brute force
,
greedy
1100
x14597
1902A
Binary Imbalance
constructive algorithms
800
x21275
1901F
Landscaping
binary search
,
geometry
,
two pointers
2900
x155
1901E
Compressed Tree
dfs and similar
,
dp
,
graphs
,
greedy
,
sortings
,
trees
2200
x1572
1901D
Yet Another Monster Fight
binary search
,
dp
,
greedy
,
implementation
,
math
1700
x7114
1901C
Add, Divide and Floor
constructive algorithms
,
greedy
,
math
1400
x12127
1901B
Chip and Ribbon
greedy
,
math
1100
x15118
1901A
Line Trip
greedy
,
math
800
x33659
1900F
Local Deletions
binary search
,
data structures
,
implementation
2800
x293
1900E
Transitive Graph
dfs and similar
,
dp
,
dsu
,
graphs
,
implementation
2100
x2110
1900D
Small GCD
bitmasks
,
brute force
,
dp
,
math
,
number theory
2000
x4309
1900C
Anji's Binary Tree
dfs and similar
,
dp
,
trees
1300
x11695
1900B
Laura and Operations
dp
,
math
900
x17621
1900A
Cover in Water
constructive algorithms
,
greedy
,
implementation
,
strings
800
x29062
1899G
Unusual Entertainment
data structures
,
dfs and similar
,
dsu
,
shortest paths
,
sortings
,
trees
,
two pointers
1900
x3266
1899F
Alex's whims
constructive algorithms
,
graphs
,
greedy
,
shortest paths
,
trees
1600
x7785
1899E
Queue Sort
greedy
,
implementation
,
sortings
1300
x15727
1899D
Yarik and Musical Notes
hashing
,
math
,
number theory
1300
x13673
1899C
Yarik and Array
dp
,
greedy
,
two pointers
1100
x21641
1899B
250 Thousand Tons of TNT
brute force
,
implementation
,
number theory
1100
x21085
1899A
Game with Integers
games
,
math
,
number theory
800
x47896
1898F
Vova Escapes the Matrix
brute force
,
dfs and similar
,
divide and conquer
,
shortest paths
2600
x821
1898E
Sofia and Strings
data structures
,
greedy
,
sortings
,
strings
,
two pointers
2200
x2326
1898D
Absolute Beauty
greedy
,
math
1900
x5319
1898C
Colorful Grid
constructive algorithms
1700
x5622
1898B
Milena and Admirer
greedy
,
math
1500
x12106
1898A
Milica and String
brute force
,
implementation
,
strings
800
x16124
1896H2
Cyclic Hamming (Hard Version)
brute force
,
dp
,
fft
,
math
,
number theory
3500
x105
1896H1
Cyclic Hamming (Easy Version)
brute force
,
divide and conquer
,
dp
,
fft
,
math
,
number theory
3400
x90
1896G
Pepe Racing
constructive algorithms
,
implementation
,
interactive
,
sortings
3200
x346
1896F
Bracket Xoring
constructive algorithms
,
greedy
,
implementation
,
math
2600
x731
1896E
Permutation Sorting
data structures
,
sortings
2100
x2240
1896D
Ones and Twos
binary search
,
data structures
,
divide and conquer
,
math
,
two pointers
1700
x5841
1896C
Matching Arrays
binary search
,
constructive algorithms
,
greedy
,
sortings
1400
x9748
1896B
AB Flipping
greedy
,
strings
,
two pointers
900
x15035
1896A
Jagged Swaps
sortings
800
x25219
1895G
Two Characters, Two Colors
binary search
,
data structures
,
dp
,
flows
,
greedy
3100
x195
1895F
Fancy Arrays
combinatorics
,
dp
,
math
,
matrices
2600
x772
1895E
Infinite Card Game
binary search
,
brute force
,
data structures
,
dfs and similar
,
dp
,
dsu
,
games
,
graphs
,
greedy
,
sortings
,
two pointers
2300
x1583
1895D
XOR Construction
bitmasks
,
constructive algorithms
,
data structures
,
math
,
string suffix structures
,
trees
1900
x6134
1895C
Torn Lucky Ticket
brute force
,
dp
,
hashing
,
implementation
,
math
1400
x11362
1895B
Points and Minimum Distance
greedy
,
math
,
sortings
800
x20547
1895A
Treasure Chest
math
800
x24538
1894B
Two Out of Three
constructive algorithms
1000
x16070
←
1
2
...
7
8
9
10
11
...
99
100
→
User lists
Name