Review the problem statement from Codeforces (link will open a new tab). When you've matched your problem, go to the solutions.
Search on plain tags, ratings, names, and problem text. Example: brute force or binary search
1 2 >Solved |
Name |
Tags |
Solutions |
Index |
Contest |
Type |
Points |
Tutorial |
Rating Level |
|---|---|---|---|---|---|---|---|---|---|
| 4234 | Factorial | *special implementation | Statement | A | Unknown Language Round 1 {64} | PROGRAMMING | 1300 | ||
| 1053 | Expression | *special expression parsing | Statement | B | Unknown Language Round 1 {64} | PROGRAMMING | 1500 | ||
| 356 | Table | *special greedy implementation math | Statement | C | Unknown Language Round 1 {64} | PROGRAMMING | 1700 | ||
| 298 | Presents | *special greedy | Statement | D | Unknown Language Round 1 {64} | PROGRAMMING | 1900 | ||
| 295 | Prime Segment | *special brute force | Statement | E | Unknown Language Round 1 {64} | PROGRAMMING | 2000 | ||
| 192 | Domain | *special expression parsing | Statement | F | Unknown Language Round 1 {64} | PROGRAMMING | 2100 | ||
| 129 | Path Canonization | *special | Statement | G | Unknown Language Round 1 {64} | PROGRAMMING | 2300 | ||
| 122 | Table Bowling | *special sortings | Statement | H | Unknown Language Round 1 {64} | PROGRAMMING | 2300 | ||
| 94 | Sort the Table | *special sortings | Statement | I | Unknown Language Round 1 {64} | PROGRAMMING | 2500 | ||
| 2818 | Fibonacci army | *special dp | Statement | G | Unknown Language Round 2 {72} | PROGRAMMING | 1200 | ||
| 1051 | Extraordinarily Nice Numbers | *special math | Statement | C | Unknown Language Round 2 {72} | PROGRAMMING | 1300 | ||
| 482 | Goofy Numbers | *special implementation | Statement | I | Unknown Language Round 2 {72} | PROGRAMMING | 1500 | ||
| 284 | Reverse It! | *special implementation | Statement | H | Unknown Language Round 2 {72} | PROGRAMMING | 1600 | ||
| 181 | Ali goes shopping | *special brute force strings | Statement | E | Unknown Language Round 2 {72} | PROGRAMMING | 1900 | ||
| 194 | Goshtasp, Vishtasp and Eidi | *special greedy math | Statement | A | Unknown Language Round 2 {72} | PROGRAMMING | 1900 | ||
| 143 | Oil | *special greedy math | Statement | F | Unknown Language Round 2 {72} | PROGRAMMING | 2100 | ||
| 83 | Perse-script | *special expression parsing | Statement | D | Unknown Language Round 2 {72} | PROGRAMMING | 2400 | ||
| 117 | INI-file | *special implementation | Statement | B | Unknown Language Round 2 {72} | PROGRAMMING | 2500 | ||
| 1022 | Carpeting the Room | *special implementation | Statement | A | Unknown Language Round 3 {100} | PROGRAMMING | 1300 | ||
| 623 | A+B | *special implementation | Statement | C | Unknown Language Round 3 {100} | PROGRAMMING | 1400 | ||
| 580 | Friendly Numbers | *special implementation | Statement | B | Unknown Language Round 3 {100} | PROGRAMMING | 1600 | ||
| 364 | World of Mouth | *special strings | Statement | D | Unknown Language Round 3 {100} | PROGRAMMING | 1600 | ||
| 430 | Rotation | *special geometry math | Statement | I | Unknown Language Round 3 {100} | PROGRAMMING | 1700 | ||
| 305 | Lamps in a Line | *special math | Statement | E | Unknown Language Round 3 {100} | PROGRAMMING | 1800 | ||
| 142 | Name the album | *special data structures implementation | Statement | G | Unknown Language Round 3 {100} | PROGRAMMING | 2000 | ||
| 159 | Polynom | *special implementation | Statement | F | Unknown Language Round 3 {100} | PROGRAMMING | 2000 | ||
| 93 | Battleship | *special dfs and similar implementation | Statement | H | Unknown Language Round 3 {100} | PROGRAMMING | 2200 | ||
| 76 | Interval Coloring | *special greedy math | Statement | J | Unknown Language Round 3 {100} | PROGRAMMING | 2400 | ||
| 1923 | Hexagonal numbers | *special implementation | Statement | A | Unknown Language Round 4 {130} | PROGRAMMING | Unknown Language Round #4: editorial | 1300 | |
| 538 | Decimal sum | *special | Statement | C | Unknown Language Round 4 {130} | PROGRAMMING | Unknown Language Round #4: editorial | 1500 | |
| 562 | Gnikool Ssalg | *special implementation strings | Statement | B | Unknown Language Round 4 {130} | PROGRAMMING | Unknown Language Round #4: editorial | 1500 | |
| 425 | Exponentiation | *special | Statement | D | Unknown Language Round 4 {130} | PROGRAMMING | Unknown Language Round #4: editorial | 1700 | |
| 323 | Tribonacci numbers | *special | Statement | E | Unknown Language Round 4 {130} | PROGRAMMING | Unknown Language Round #4: editorial | 1800 | |
| 300 | CAPS LOCK ON | *special | Statement | G | Unknown Language Round 4 {130} | PROGRAMMING | Unknown Language Round #4: editorial | 1800 | |
| 300 | Prime factorization | *special | Statement | F | Unknown Language Round 4 {130} | PROGRAMMING | Unknown Language Round #4: editorial | 1900 | |
| 926 | Balanced brackets | *special | Statement | H | Unknown Language Round 4 {130} | PROGRAMMING | Unknown Language Round #4: editorial | 1900 | |
| 357 | Date calculation | *special | Statement | J | Unknown Language Round 4 {130} | PROGRAMMING | Unknown Language Round #4: editorial | 2300 | |
| 191 | Array sorting | *special sortings | Statement | I | Unknown Language Round 4 {130} | PROGRAMMING | Unknown Language Round #4: editorial | 2400 | |
| 947 | A + B | *special | Statement | A | Surprise Language Round 5 {153} | PROGRAMMING | Surprise Language Round #5: разбор задач | 1600 | |
| 166 | Binary notation | *special | Statement | B | Surprise Language Round 5 {153} | PROGRAMMING | Surprise Language Round #5: разбор задач | 1800 | |
| 414 | Caesar Cipher | *special | Statement | C | Surprise Language Round 5 {153} | PROGRAMMING | Surprise Language Round #5: разбор задач | 2200 | |
| 84 | Euclidean Distance | *special | Statement | E | Surprise Language Round 5 {153} | PROGRAMMING | Surprise Language Round #5: разбор задач | 2200 | |
| 89 | Date Change | *special | Statement | D | Surprise Language Round 5 {153} | PROGRAMMING | Surprise Language Round #5: разбор задач | 2300 | |
| 102651 | Taxi | *special greedy implementation | Statement | B | VK Cup 2012 Qualification Round 1 {158} | PROGRAMMING | Simple solution to vk cup Qualification Round 1 and 2 | 1800 | |
| 318446 | Next Round | *special implementation | Statement | A | VK Cup 2012 Qualification Round 1 {158} | PROGRAMMING | Simple solution to vk cup Qualification Round 1 and 2 | 1800 | |
| 6484 | Ice Sculptures | *special brute force number theory | Statement | D | VK Cup 2012 Qualification Round 1 {158} | PROGRAMMING | Simple solution to vk cup Qualification Round 1 and 2 | 1900 | |
| 10358 | Cd and pwd commands | *special data structures implementation | Statement | C | VK Cup 2012 Qualification Round 1 {158} | PROGRAMMING | Simple solution to vk cup Qualification Round 1 and 2 | 1900 | |
| 1537 | Phone Talks | *special dp sortings | Statement | E | VK Cup 2012 Qualification Round 1 {158} | PROGRAMMING | Simple solution to vk cup Qualification Round 1 and 2 | 2300 | |
| 2654 | Friends or Not | *special greedy implementation | Statement | A | VK Cup 2012 Qualification Round 2 {159} | PROGRAMMING | Simple solution to vk cup Qualification Round 1 and 2 | 1700 | |
| 4173 | Matchmaker | *special greedy sortings | Statement | B | VK Cup 2012 Qualification Round 2 {159} | PROGRAMMING | Simple solution to vk cup Qualification Round 1 and 2 | 1800 | |
| 3199 | String Manipulation 1.0 | *special binary search brute force data structures strings | Statement | C | VK Cup 2012 Qualification Round 2 {159} | PROGRAMMING | Simple solution to vk cup Qualification Round 1 and 2 | 2000 | |
| 4682 | Palindrome pairs | *special brute force dp strings | Statement | D | VK Cup 2012 Qualification Round 2 {159} | PROGRAMMING | Simple solution to vk cup Qualification Round 1 and 2 | 2000 | |
| 1096 | Zebra Tower | *special data structures greedy sortings | Statement | E | VK Cup 2012 Qualification Round 2 {159} | PROGRAMMING | Simple solution to vk cup Qualification Round 1 and 2 | 2100 | |
| 842 | Pentagonal numbers | *special implementation | Statement | A | VK Cup 2012 Wild-card Round 1 {162} | PROGRAMMING | VK Cup 2012 Wild-card Round 1: editorial | 1400 | |
| 326 | Binary notation | *special | Statement | B | VK Cup 2012 Wild-card Round 1 {162} | PROGRAMMING | VK Cup 2012 Wild-card Round 1: editorial | 1800 | |
| 232 | Remove digits | *special | Statement | D | VK Cup 2012 Wild-card Round 1 {162} | PROGRAMMING | VK Cup 2012 Wild-card Round 1: editorial | 1900 | |
| 185 | HQ9+ | *special | Statement | E | VK Cup 2012 Wild-card Round 1 {162} | PROGRAMMING | VK Cup 2012 Wild-card Round 1: editorial | 2000 | |
| 229 | Factorial zeros | *special | Statement | F | VK Cup 2012 Wild-card Round 1 {162} | PROGRAMMING | VK Cup 2012 Wild-card Round 1: editorial | 2100 | |
| 1249 | Prime factorization | *special | Statement | C | VK Cup 2012 Wild-card Round 1 {162} | PROGRAMMING | VK Cup 2012 Wild-card Round 1: editorial | 2200 | |
| 226 | Alternating case | *special | Statement | H | VK Cup 2012 Wild-card Round 1 {162} | PROGRAMMING | VK Cup 2012 Wild-card Round 1: editorial | 2300 | |
| 103 | Brackets | *special | Statement | J | VK Cup 2012 Wild-card Round 1 {162} | PROGRAMMING | VK Cup 2012 Wild-card Round 1: editorial | 2400 | |
| 88 | Non-decimal sum | *special | Statement | G | VK Cup 2012 Wild-card Round 1 {162} | PROGRAMMING | VK Cup 2012 Wild-card Round 1: editorial | 2500 | |
| 96 | Truncatable primes | *special | Statement | I | VK Cup 2012 Wild-card Round 1 {162} | PROGRAMMING | VK Cup 2012 Wild-card Round 1: editorial | 2500 | |
| 5054 | Mysterious numbers - 1 | *special constructive algorithms | Statement | A | April Fools Day Contest {171} | PROGRAMMING | April Fools Day Contest: editorial | 1200 | |
| 4743 | Star | *special combinatorics | Statement | B | April Fools Day Contest {171} | PROGRAMMING | April Fools Day Contest: editorial | 1300 | |
| 2809 | Broken checker | *special brute force | Statement | D | April Fools Day Contest {171} | PROGRAMMING | April Fools Day Contest: editorial | 1400 | |
| 1481 | ucyhf | *special brute force implementation number theory | Statement | F | April Fools Day Contest {171} | PROGRAMMING | April Fools Day Contest: editorial | 1700 | |
| 1595 | MYSTERIOUS LANGUAGE | *special | Statement | E | April Fools Day Contest {171} | PROGRAMMING | April Fools Day Contest: editorial | 2000 | |
| 1061 | Mysterious numbers - 2 | *special | Statement | G | April Fools Day Contest {171} | PROGRAMMING | April Fools Day Contest: editorial | 2000 | |
| 1218 | A Piece of Cake | *special implementation | Statement | C | April Fools Day Contest {171} | PROGRAMMING | April Fools Day Contest: editorial | 2100 | |
| 334 | A polyline | *special implementation | Statement | H | April Fools Day Contest {171} | PROGRAMMING | April Fools Day Contest: editorial | 2200 | |
| 7498 | Phone Code | *special brute force implementation | Statement | A | Croc Champ 2012 - Qualification Round {172} | PROGRAMMING | 1600 | ||
| 3144 | Pseudorandom Sequence Period | *special implementation number theory | Statement | B | Croc Champ 2012 - Qualification Round {172} | PROGRAMMING | 1800 | ||
| 1257 | Bus | *special implementation sortings | Statement | C | Croc Champ 2012 - Qualification Round {172} | PROGRAMMING | 1900 | ||
| 1509 | Calendar Reform | *special number theory | Statement | D | Croc Champ 2012 - Qualification Round {172} | PROGRAMMING | 1900 | ||
| 282 | BHTML+BCSS | *special dfs and similar expression parsing | Statement | E | Croc Champ 2012 - Qualification Round {172} | PROGRAMMING | 2500 | ||
| 847 | Hexagonal Numbers | *special | Statement | A | Surprise Language Round 6 {188} | PROGRAMMING | Surprise Language Round #6: editorial | 1200 | |
| 783 | A + Reverse B | *special implementation | Statement | B | Surprise Language Round 6 {188} | PROGRAMMING | Surprise Language Round #6: editorial | 1400 | |
| 750 | Asterisks | *special implementation | Statement | D | Surprise Language Round 6 {188} | PROGRAMMING | Surprise Language Round #6: editorial | 1400 | |
| 499 | LCM | *special implementation math | Statement | C | Surprise Language Round 6 {188} | PROGRAMMING | Surprise Language Round #6: editorial | 1400 | |
| 556 | HQ9+ | *special implementation | Statement | E | Surprise Language Round 6 {188} | PROGRAMMING | Surprise Language Round #6: editorial | 1500 | |
| 345 | Binary Notation | *special implementation | Statement | F | Surprise Language Round 6 {188} | PROGRAMMING | Surprise Language Round #6: editorial | 1600 | |
| 346 | Array Sorting | *special implementation | Statement | G | Surprise Language Round 6 {188} | PROGRAMMING | Surprise Language Round #6: editorial | 1700 | |
| 602 | Stack | *special expression parsing implementation | Statement | H | Surprise Language Round 6 {188} | PROGRAMMING | Surprise Language Round #6: editorial | 1900 | |
| 3235 | Mysterious strings | *special implementation | Statement | A | April Fools Day Contest 2013 {290} | PROGRAMMING | April Fools Day Contest 2013: editorial | 1400 | |
| 2612 | QR code | *special implementation | Statement | B | April Fools Day Contest 2013 {290} | PROGRAMMING | April Fools Day Contest 2013: editorial | 1500 | |
| 1901 | Orange | *special implementation | Statement | D | April Fools Day Contest 2013 {290} | PROGRAMMING | April Fools Day Contest 2013: editorial | 1600 | |
| 1668 | WTF? | *special graph matchings implementation trees | Statement | C | April Fools Day Contest 2013 {290} | PROGRAMMING | April Fools Day Contest 2013: editorial | 1800 | |
| 225 | HQ | *special constructive algorithms | Statement | E | April Fools Day Contest 2013 {290} | PROGRAMMING | April Fools Day Contest 2013: editorial | 2700 | |
| 153 | Greedy Petya | *special dfs and similar graphs greedy | Statement | F | April Fools Day Contest 2013 {290} | PROGRAMMING | April Fools Day Contest 2013: editorial | 2800 | |
| 6468 | Spyke Talks | *special implementation sortings | Statement | A | Croc Champ 2013 - Qualification Round {291} | PROGRAMMING | 1900 | ||
| 3083 | Command Line Arguments | *special implementation strings | Statement | B | Croc Champ 2013 - Qualification Round {291} | PROGRAMMING | 2000 | ||
| 1849 | Network Mask | *special bitmasks brute force implementation | Statement | C | Croc Champ 2013 - Qualification Round {291} | PROGRAMMING | 2100 | ||
| 1537 | Parallel Programming | *special greedy | Statement | D | Croc Champ 2013 - Qualification Round {291} | PROGRAMMING | 2200 | ||
| 1564 | Tree-String Problem | *special dfs and similar hashing strings | Statement | E | Croc Champ 2013 - Qualification Round {291} | PROGRAMMING | 2400 | ||
| 531 | Expecting Trouble | *special probabilities | Statement | A | Friday the 13th, Programmers Day {345} | PROGRAMMING | 1600 | ||
| 129 | Triskaidekaphobia | *special | Statement | B | Friday the 13th, Programmers Day {345} | PROGRAMMING | 2000 | ||
| 130 | Counting Fridays | *special | Statement | C | Friday the 13th, Programmers Day {345} | PROGRAMMING | 2000 | ||
| 83 | Chain Letter | *special dfs and similar graphs | Statement | D | Friday the 13th, Programmers Day {345} | PROGRAMMING | 2300 | ||
| 105 | Suffix Subgroup | *special strings | Statement | G | Friday the 13th, Programmers Day {345} | PROGRAMMING | 2600 | ||
| 55 | Black Cat Rush | *special | Statement | E | Friday the 13th, Programmers Day {345} | PROGRAMMING | 2800 | ||
| 52 | Superstitions Inspection | *special | Statement | F | Friday the 13th, Programmers Day {345} | PROGRAMMING | 2800 | ||
| 2621 | The Great Game | *special | Statement | A | April Fools Day Contest 2014 {409} | PROGRAMMING | April Fools Day Contest 2014: editorial | 1700 | |
| 2134 | Magnum Opus | *special | Statement | C | April Fools Day Contest 2014 {409} | PROGRAMMING | April Fools Day Contest 2014: editorial | 1700 | |
| 9482 | A + B Strikes Back | *special brute force constructive algorithms dsu implementation | Statement | H | April Fools Day Contest 2014 {409} | PROGRAMMING | April Fools Day Contest 2014: editorial | 1700 | |
| 1427 | Mysterious Language | *special | Statement | B | April Fools Day Contest 2014 {409} | PROGRAMMING | April Fools Day Contest 2014: editorial | 1800 | |
| 1803 | Big Data | *special | Statement | D | April Fools Day Contest 2014 {409} | PROGRAMMING | April Fools Day Contest 2014: editorial | 2000 | |
| 618 | Dome | *special | Statement | E | April Fools Day Contest 2014 {409} | PROGRAMMING | April Fools Day Contest 2014: editorial | 2100 | |
| 2171 | 000001 | *special | Statement | F | April Fools Day Contest 2014 {409} | PROGRAMMING | April Fools Day Contest 2014: editorial | 2300 | |
| 561 | On a plane | *special | Statement | G | April Fools Day Contest 2014 {409} | PROGRAMMING | April Fools Day Contest 2014: editorial | 2600 | |
| 155 | Feed the Golorp | *special | Statement | I | April Fools Day Contest 2014 {409} | PROGRAMMING | April Fools Day Contest 2014: editorial | 2900 | |
| 695 | Crystal Ball Sequence | *special implementation | Statement | A | Surprise Language Round 7 {470} | PROGRAMMING | Surprise Language Round #7: editorial | 1400 | |
| 270 | Hexakosioihexekontahexaphobia | *special | Statement | B | Surprise Language Round 7 {470} | PROGRAMMING | Surprise Language Round #7: editorial | 1800 | |
| 204 | Chessboard | *special | Statement | E | Surprise Language Round 7 {470} | PROGRAMMING | Surprise Language Round #7: editorial | 1900 | |
| 261 | Eval | *special | Statement | C | Surprise Language Round 7 {470} | PROGRAMMING | Surprise Language Round #7: editorial | 2100 | |
| 157 | Caesar Cipher | *special | Statement | D | Surprise Language Round 7 {470} | PROGRAMMING | Surprise Language Round #7: editorial | 2200 | |
| 114 | Pairwise Sums | *special | Statement | F | Surprise Language Round 7 {470} | PROGRAMMING | Surprise Language Round #7: editorial | 2300 | |
| 131 | Hamming Distance | *special | Statement | G | Surprise Language Round 7 {470} | PROGRAMMING | Surprise Language Round #7: editorial | 2500 | |
| 194 | Array Sorting | *special | Statement | H | Surprise Language Round 7 {470} | PROGRAMMING | Surprise Language Round #7: editorial | 2600 | |
| 9509 | Photo to Remember | *special data structures dp implementation | Statement | B | VK Cup 2015 - Qualification Round 1 {522} | PROGRAMMING | Разбор задач VK Cup 2015 — Квалификация 1 | 1700 | |
| 18755 | Reposts | *special dfs and similar dp graphs trees | Statement | A | VK Cup 2015 - Qualification Round 1 {522} | PROGRAMMING | Разбор задач VK Cup 2015 — Квалификация 1 | 1700 | |
| 4026 | Closest Equals | *special data structures | Statement | D | VK Cup 2015 - Qualification Round 1 {522} | PROGRAMMING | Разбор задач VK Cup 2015 — Квалификация 1 | 2200 | |
| 2853 | Rotate, Flip and Zoom | *special implementation | Statement | A | VK Cup 2015 - Qualification Round 2 {523} | PROGRAMMING | Разбор задач VK Cup 2015 — Квалификация 2 | 1600 | |
| 2601 | Name Quest | *special greedy | Statement | C | VK Cup 2015 - Qualification Round 2 {523} | PROGRAMMING | Разбор задач VK Cup 2015 — Квалификация 2 | 1800 | |
| 991 | Mean Requests | *special implementation | Statement | B | VK Cup 2015 - Qualification Round 2 {523} | PROGRAMMING | Разбор задач VK Cup 2015 — Квалификация 2 | 1800 | |
| 2551 | Statistics of Recompressing Videos | *special data structures implementation | Statement | D | VK Cup 2015 - Qualification Round 2 {523} | PROGRAMMING | Разбор задач VK Cup 2015 — Квалификация 2 | 1900 | |
| 692 | Quadratic equation | *special | Statement | A | VK Cup 2015 - Wild Card Round 1 {530} | PROGRAMMING | VK Cup 2015 Wild Card Round 1: editorial | 1500 | |
| 555 | String inside out | *special | Statement | B | VK Cup 2015 - Wild Card Round 1 {530} | PROGRAMMING | VK Cup 2015 Wild Card Round 1: editorial | 1600 | |
| 599 | Diophantine equation | *special | Statement | C | VK Cup 2015 - Wild Card Round 1 {530} | PROGRAMMING | VK Cup 2015 Wild Card Round 1: editorial | 1700 | |
| 461 | Set subtraction | *special | Statement | D | VK Cup 2015 - Wild Card Round 1 {530} | PROGRAMMING | VK Cup 2015 Wild Card Round 1: editorial | 1700 | |
| 330 | Sum and product | *special | Statement | E | VK Cup 2015 - Wild Card Round 1 {530} | PROGRAMMING | VK Cup 2015 Wild Card Round 1: editorial | 1900 | |
| 129 | Points in triangle | *special geometry | Statement | H | VK Cup 2015 - Wild Card Round 1 {530} | PROGRAMMING | VK Cup 2015 Wild Card Round 1: editorial | 2200 | |
| 112 | Jumping frogs | *special | Statement | F | VK Cup 2015 - Wild Card Round 1 {530} | PROGRAMMING | VK Cup 2015 Wild Card Round 1: editorial | 2300 | |
| 439 | Levenshtein distance | *special | Statement | G | VK Cup 2015 - Wild Card Round 1 {530} | PROGRAMMING | VK Cup 2015 Wild Card Round 1: editorial | 2300 | |
| 51 | Different variables | *special | Statement | I | VK Cup 2015 - Wild Card Round 1 {530} | PROGRAMMING | VK Cup 2015 Wild Card Round 1: editorial | 2600 | |
| 22465 | Chat Order | *special binary search constructive algorithms data structures sortings | Statement | B | VK Cup 2016 - Qualification Round 1 {637} | PROGRAMMING | 1500 | ||
| 5817 | Voting for Photos | *special constructive algorithms implementation | Statement | A | VK Cup 2016 - Qualification Round 1 {637} | PROGRAMMING | 1500 | ||
| 2522 | Promocodes with Mistakes | *special brute force constructive algorithms implementation | Statement | C | VK Cup 2016 - Qualification Round 1 {637} | PROGRAMMING | 1800 | ||
| 2124 | Running with Obstacles | *special data structures dp greedy | Statement | D | VK Cup 2016 - Qualification Round 1 {637} | PROGRAMMING | 2000 | ||
| 4363 | Home Numbers | *special constructive algorithms math | Statement | A | VK Cup 2016 - Qualification Round 2 {638} | PROGRAMMING | 1500 | ||
| 2111 | Making Genome in Berland | *special dfs and similar strings | Statement | B | VK Cup 2016 - Qualification Round 2 {638} | PROGRAMMING | 1800 | ||
| 2244 | Road Improvement | *special dfs and similar graphs greedy trees | Statement | C | VK Cup 2016 - Qualification Round 2 {638} | PROGRAMMING | 2100 | ||
| 0 | Scheduler for Invokers | *special | Statement | A | VK Cup 2016 - Wild Card Round 2 {642} | PROGRAMMING | 2900 | ||
| 4656 | Parliament of Berland | *special constructive algorithms | Statement | A | CROC 2016 - Qualification {644} | PROGRAMMING | 1700 | ||
| 2841 | Processing Queries | *special constructive algorithms data structures two pointers | Statement | B | CROC 2016 - Qualification {644} | PROGRAMMING | 2200 | ||
| 1000 | Hostname Aliases | *special binary search data structures implementation sortings strings | Statement | C | CROC 2016 - Qualification {644} | PROGRAMMING | 2300 | ||
| 1764 | Scrambled | *special implementation | Statement | B | April Fools Day Contest 2016 {656} | PROGRAMMING | 44141 | 1700 | |
| 3807 | Da Vinci Powers | *special | Statement | A | April Fools Day Contest 2016 {656} | PROGRAMMING | 44141 | 1900 | |
| 767 | Out of Controls | *special | Statement | E | April Fools Day Contest 2016 {656} | PROGRAMMING | 44141 | 2100 | |
| 958 | Ace It! | *special | Statement | F | April Fools Day Contest 2016 {656} | PROGRAMMING | 44141 | 2100 | |
| 729 | Without Text | *special | Statement | C | April Fools Day Contest 2016 {656} | PROGRAMMING | 44141 | 2200 | |
| 994 | Rosetta Problem | *special | Statement | D | April Fools Day Contest 2016 {656} | PROGRAMMING | 44141 | 2200 | |
| 512 | You're a Professional | *special | Statement | G | April Fools Day Contest 2016 {656} | PROGRAMMING | 44141 | 2200 | |
| 650 | Lazy Caterer Sequence | *special | Statement | A | VK Cup 2016 - Wild Card Round 1 (Unofficial Open Online Mirror) {661} | PROGRAMMING | Tutorial | 1400 | |
| 237 | Seasons | *special | Statement | B | VK Cup 2016 - Wild Card Round 1 (Unofficial Open Online Mirror) {661} | PROGRAMMING | Tutorial | 1900 | |
| 138 | Maximal Difference | *special | Statement | D | VK Cup 2016 - Wild Card Round 1 (Unofficial Open Online Mirror) {661} | PROGRAMMING | Tutorial | 2100 | |
| 139 | Array Sum | *special | Statement | C | VK Cup 2016 - Wild Card Round 1 (Unofficial Open Online Mirror) {661} | PROGRAMMING | Tutorial | 2200 | |
| 92 | Divisibility Check | *special | Statement | E | VK Cup 2016 - Wild Card Round 1 (Unofficial Open Online Mirror) {661} | PROGRAMMING | Tutorial | 2200 | |
| 596 | Primes in Interval | *special | Statement | F | VK Cup 2016 - Wild Card Round 1 (Unofficial Open Online Mirror) {661} | PROGRAMMING | Tutorial | 2200 | |
| 76 | Hungarian Notation | *special | Statement | G | VK Cup 2016 - Wild Card Round 1 (Unofficial Open Online Mirror) {661} | PROGRAMMING | Tutorial | 2500 | |
| 92 | Rotate Matrix | *special | Statement | H | VK Cup 2016 - Wild Card Round 1 (Unofficial Open Online Mirror) {661} | PROGRAMMING | Tutorial | 2600 | |
| 1236 | The Check of the Point | *special geometry | Statement | A | Surprise Language Round 8 {683} | PROGRAMMING | 1200 | ||
| 337 | The Teacher of Physical Education | *special | Statement | B | Surprise Language Round 8 {683} | PROGRAMMING | 1600 | ||
| 335 | Symmetric Difference | *special | Statement | C | Surprise Language Round 8 {683} | PROGRAMMING | 1600 | ||
| 379 | Chocolate Bar | *special math | Statement | D | Surprise Language Round 8 {683} | PROGRAMMING | 1700 | ||
| 202 | Hammer throwing | *special | Statement | E | Surprise Language Round 8 {683} | PROGRAMMING | 1900 | ||
| 168 | Reformat the String | *special | Statement | F | Surprise Language Round 8 {683} | PROGRAMMING | 2000 | ||
| 144 | The Fraction | *special | Statement | G | Surprise Language Round 8 {683} | PROGRAMMING | 2100 | ||
| 123 | Exchange of Books | *special | Statement | H | Surprise Language Round 8 {683} | PROGRAMMING | 2100 | ||
| 48 | Loader | *special | Statement | I | Surprise Language Round 8 {683} | PROGRAMMING | 2600 | ||
| 46 | The Hero with Bombs | *special | Statement | J | Surprise Language Round 8 {683} | PROGRAMMING | 2900 | ||
| 6408 | Year of University Entrance | *special implementation sortings | Statement | A | VK Cup 2017 - Qualification 1 {769} | PROGRAMMING | Tutorial | 1500 | |
| 3439 | News About Credit | *special greedy two pointers | Statement | B | VK Cup 2017 - Qualification 1 {769} | PROGRAMMING | Tutorial | 1600 | |
| 2552 | k-Interesting Pairs Of Integers | *special bitmasks brute force meet-in-the-middle | Statement | D | VK Cup 2017 - Qualification 1 {769} | PROGRAMMING | Tutorial | 1800 | |
| 3001 | Cycle In Maze | *special dfs and similar graphs greedy shortest paths | Statement | C | VK Cup 2017 - Qualification 1 {769} | PROGRAMMING | Tutorial | 1800 | |
| 21678 | New Password | *special implementation | Statement | A | VK Cup 2017 - Qualification 2 {770} | PROGRAMMING | Tutorial of VK Cup 2017 Qualification Round 2 | 1500 | |
| 3059 | Maximize Sum of Digits | *special implementation math | Statement | B | VK Cup 2017 - Qualification 2 {770} | PROGRAMMING | Tutorial of VK Cup 2017 Qualification Round 2 | 1700 | |
| 2925 | Online Courses In BSU | *special dfs and similar graphs implementation | Statement | C | VK Cup 2017 - Qualification 2 {770} | PROGRAMMING | 1900 | ||
| 1628 | Draw Brackets! | *special implementation | Statement | D | VK Cup 2017 - Qualification 2 {770} | PROGRAMMING | Tutorial of VK Cup 2017 Qualification Round 2 | 1900 | |
| 4369 | Maximum Number | *special constructive algorithms greedy | Statement | C | VK Cup 2017 - Wild Card Round 1 {774} | PROGRAMMING | VK Cup 2017 — Уайлд-кард раунд 1 — Разбор | 1200 | |
| 2105 | Lie or Truth | *special constructive algorithms sortings | Statement | D | VK Cup 2017 - Wild Card Round 1 {774} | PROGRAMMING | VK Cup 2017 — Уайлд-кард раунд 1 — Разбор | 1500 | |
| 1394 | Stepan and Vowels | *special implementation strings | Statement | K | VK Cup 2017 - Wild Card Round 1 {774} | PROGRAMMING | VK Cup 2017 — Уайлд-кард раунд 1 — Разбор | 1600 | |
| 429 | Stepan's Series | *special dp | Statement | J | VK Cup 2017 - Wild Card Round 1 {774} | PROGRAMMING | VK Cup 2017 — Уайлд-кард раунд 1 — Разбор | 2100 | |
| 387 | Bars | *special binary search | Statement | L | VK Cup 2017 - Wild Card Round 1 {774} | PROGRAMMING | VK Cup 2017 — Уайлд-кард раунд 1 — Разбор | 2200 | |
| 293 | Significant Cups | *special binary search data structures two pointers | Statement | B | VK Cup 2017 - Wild Card Round 1 {774} | PROGRAMMING | VK Cup 2017 — Уайлд-кард раунд 1 — Разбор | 2300 | |
| 385 | Amusement Park | *special ternary search | Statement | A | VK Cup 2017 - Wild Card Round 1 {774} | PROGRAMMING | VK Cup 2017 — Уайлд-кард раунд 1 — Разбор | 2300 | |
| 275 | Repairing Of String | *special constructive algorithms | Statement | H | VK Cup 2017 - Wild Card Round 1 {774} | PROGRAMMING | VK Cup 2017 — Уайлд-кард раунд 1 — Разбор | 2400 | |
| 261 | Big Number and Remainder | *special math number theory | Statement | E | VK Cup 2017 - Wild Card Round 1 {774} | PROGRAMMING | VK Cup 2017 — Уайлд-кард раунд 1 — Разбор | 2400 | |
| 155 | Composing Of String | *special dp | Statement | I | VK Cup 2017 - Wild Card Round 1 {774} | PROGRAMMING | VK Cup 2017 — Уайлд-кард раунд 1 — Разбор | 2500 | |
| 152 | Pens And Days Of Week | *special binary search number theory | Statement | F | VK Cup 2017 - Wild Card Round 1 {774} | PROGRAMMING | VK Cup 2017 — Уайлд-кард раунд 1 — Разбор | 2600 | |
| 197 | Perfectionist Arkadiy | *special number theory | Statement | G | VK Cup 2017 - Wild Card Round 1 {774} | PROGRAMMING | VK Cup 2017 — Уайлд-кард раунд 1 — Разбор | 2900 | |
| 0 | University Schedule | *special | Statement | A | VK Cup 2017 - Wild Card Round 2 {775} | PROGRAMMING | 2900 | ||
| 3336 | Numbers Joke | *special | Statement | A | April Fools Contest 2017 {784} | PROGRAMMING | 51351 | 1700 | |
| 2033 | Twisted Circuit | *special brute force implementation | Statement | E | April Fools Contest 2017 {784} | PROGRAMMING | 51351 | 2000 | |
| 772 | BF Calculator | *special | Statement | G | April Fools Contest 2017 {784} | PROGRAMMING | 51351 | 2100 | |
| 1142 | Crunching Numbers Just for You | *special implementation | Statement | F | April Fools Contest 2017 {784} | PROGRAMMING | 51351 | 2200 | |
| 924 | Kids' Riddle | *special | Statement | B | April Fools Contest 2017 {784} | PROGRAMMING | 51351 | 2300 | |
| 770 | INTERCALC | *special implementation | Statement | C | April Fools Contest 2017 {784} | PROGRAMMING | 51351 | 2300 | |
| 513 | Touchy-Feely Palindromes | *special implementation | Statement | D | April Fools Contest 2017 {784} | PROGRAMMING | 51351 | 2500 | |
| 3575 | Login Verification | *special strings | Statement | A | VK Cup 2018 - Квалификация 1 {928} | PROGRAMMING | 1600 | ||
| 2643 | Chat | *special dp | Statement | B | VK Cup 2018 - Квалификация 1 {928} | PROGRAMMING | 1800 | ||
| 905 | Dependency management | *special graphs implementation | Statement | C | VK Cup 2018 - Квалификация 1 {928} | PROGRAMMING | 2300 | ||
| 831 | Autocompletion | *special strings trees | Statement | D | VK Cup 2018 - Квалификация 1 {928} | PROGRAMMING | 2400 | ||
| 2557 | Прокат велосипедов | *special greedy implementation | Statement | A | VK Cup 2018 - Квалификация 2 {929} | PROGRAMMING | Разбор VK Cup 2018 — Квалификация 2 | 1600 | |
| 2087 | Места в самолёте | *special implementation | Statement | B | VK Cup 2018 - Квалификация 2 {929} | PROGRAMMING | Разбор VK Cup 2018 — Квалификация 2 | 1700 | |
| 1203 | Красивая команда | *special combinatorics math | Statement | C | VK Cup 2018 - Квалификация 2 {929} | PROGRAMMING | Разбор VK Cup 2018 — Квалификация 2 | 2000 | |
| 721 | Generate Bell state | *special | Statement | B | Microsoft Q# Coding Contest - Summer 2018 - Warmup {1001} | PROGRAMMING | Full editorial | 2000 | |
| 1040 | Generate plus state or minus state | *special | Statement | A | Microsoft Q# Coding Contest - Summer 2018 - Warmup {1001} | PROGRAMMING | Full editorial | 2200 | |
| 666 | Generate GHZ state | *special | Statement | C | Microsoft Q# Coding Contest - Summer 2018 - Warmup {1001} | PROGRAMMING | Full editorial | 2300 | |
| 696 | Distinguish plus state and minus state | *special | Statement | D | Microsoft Q# Coding Contest - Summer 2018 - Warmup {1001} | PROGRAMMING | Full editorial | 2300 | |
| 568 | Distinguish Bell states | *special | Statement | E | Microsoft Q# Coding Contest - Summer 2018 - Warmup {1001} | PROGRAMMING | Full editorial | 2400 | |
| 550 | Distinguish multi-qubit basis states | *special | Statement | F | Microsoft Q# Coding Contest - Summer 2018 - Warmup {1001} | PROGRAMMING | Full editorial | 2400 | |
| 552 | Oracle for f(x) = k-th element of x | *special | Statement | G | Microsoft Q# Coding Contest - Summer 2018 - Warmup {1001} | PROGRAMMING | Full editorial | 2500 | |
| 546 | Oracle for f(x) = parity of the number of 1s in x | *special | Statement | H | Microsoft Q# Coding Contest - Summer 2018 - Warmup {1001} | PROGRAMMING | Full editorial | 2500 | |
| 413 | Deutsch-Jozsa algorithm | *special | Statement | I | Microsoft Q# Coding Contest - Summer 2018 - Warmup {1001} | PROGRAMMING | Full editorial | 2700 | |
| 7435 | Bmail Computer Network | *special dfs and similar trees | Statement | A | Mail.Ru Cup 2018 - Practice Round {1057} | PROGRAMMING | 1700 | ||
| 1969 | DDoS | *special brute force | Statement | B | Mail.Ru Cup 2018 - Practice Round {1057} | PROGRAMMING | 1800 | ||
| 1167 | Tanya and Colored Candies | *special dp | Statement | C | Mail.Ru Cup 2018 - Practice Round {1057} | PROGRAMMING | 2300 | ||
| 400 | AND oracle | *special | Statement | G1 | Microsoft Q# Coding Contest - Winter 2019 - Warmup {1115} | PROGRAMMING | Warmup editorial | 2200 | |
| 316 | OR oracle | *special | Statement | G2 | Microsoft Q# Coding Contest - Winter 2019 - Warmup {1115} | PROGRAMMING | Warmup editorial | 2200 | |
| 236 | Palindrome checker oracle | *special | Statement | G3 | Microsoft Q# Coding Contest - Winter 2019 - Warmup {1115} | PROGRAMMING | Warmup editorial | 2200 | |
| 269 | Anti-diagonal unitary | *special | Statement | U1 | Microsoft Q# Coding Contest - Winter 2019 - Warmup {1115} | PROGRAMMING | Warmup editorial | 2200 | |
| 239 | Chessboard unitary | *special | Statement | U2 | Microsoft Q# Coding Contest - Winter 2019 - Warmup {1115} | PROGRAMMING | Warmup editorial | 2200 | |
| 201 | Block unitary | *special | Statement | U3 | Microsoft Q# Coding Contest - Winter 2019 - Warmup {1115} | PROGRAMMING | Warmup editorial | 2200 | |
| 0 | Collaboration | *special | Statement | A2 | VRt Contest 2019 (marathon) {1160} | PROGRAMMING | |||
| 274 | Sliding Doors | *special binary search | Statement | E | Kotlin Heroes: Episode 1 {1170} | PROGRAMMING | Kotlin Heroes Editorial | ||
| 135 | Wheels | *special binary search greedy | Statement | F | Kotlin Heroes: Episode 1 {1170} | PROGRAMMING | Kotlin Heroes Editorial | ||
| 57 | Longest Saw | *special constructive algorithms | Statement | H | Kotlin Heroes: Episode 1 {1170} | PROGRAMMING | Kotlin Heroes Editorial | ||
| 531 | Decoding of Integer Sequences | *special data structures implementation | Statement | D | Kotlin Heroes: Episode 1 {1170} | PROGRAMMING | Kotlin Heroes Editorial | ||
| 47 | Good Subsets | *special dp | Statement | I | Kotlin Heroes: Episode 1 {1170} | PROGRAMMING | Kotlin Heroes Editorial | ||
| 84 | Graph Decomposition | *special graphs | Statement | G | Kotlin Heroes: Episode 1 {1170} | PROGRAMMING | Kotlin Heroes Editorial | ||
| 1147 | Bad Days | *special implementation | Statement | B | Kotlin Heroes: Episode 1 {1170} | PROGRAMMING | Kotlin Heroes Editorial | ||
| 834 | Minus and Minus Give Plus | *special implementation strings | Statement | C | Kotlin Heroes: Episode 1 {1170} | PROGRAMMING | Kotlin Heroes Editorial | ||
| 1560 | Three Integers Again | *special math | Statement | A | Kotlin Heroes: Episode 1 {1170} | PROGRAMMING | Kotlin Heroes Editorial | ||
| 80 | Building Skyscrapers | *special | Statement | A | CEOI 2019 day 1 online mirror (unrated, IOI format) {1192} | PROGRAMMING | E | ||
| 367 | Cubeword | *special brute force dp meet-in-the-middle | Statement | C | CEOI 2019 day 1 online mirror (unrated, IOI format) {1192} | PROGRAMMING | E | ||
| 1539 | Dynamic Diameter | *special data structures dfs and similar divide and conquer trees | Statement | B | CEOI 2019 day 1 online mirror (unrated, IOI format) {1192} | PROGRAMMING | E | ||
| 48 | Scissors and Tape | *special constructive algorithms geometry | Statement | C | CEOI 2019 day 2 online mirror (unrated, IOI format) {1193} | PROGRAMMING | T | ||
| 507 | Magic Tree | *special data structures dp trees | Statement | B | CEOI 2019 day 2 online mirror (unrated, IOI format) {1193} | PROGRAMMING | T | ||
| 460 | Amusement Park | *special dp math | Statement | A | CEOI 2019 day 2 online mirror (unrated, IOI format) {1193} | PROGRAMMING | T | ||
| 1582 | Three Problems | *special implementation | Statement | A | Kotlin Heroes: Episode 2 {1211} | PROGRAMMING | Kotlin Heroes: Episode 2 Editorial | 1300 | |
| 800 | Traveling Around the Golden Ring of Berland | *special implementation | Statement | B | Kotlin Heroes: Episode 2 {1211} | PROGRAMMING | Kotlin Heroes: Episode 2 Editorial | 1500 | |
| 565 | Ice Cream | *special greedy sortings | Statement | C | Kotlin Heroes: Episode 2 {1211} | PROGRAMMING | Kotlin Heroes: Episode 2 Editorial | 2000 | |
| 216 | Double Permutation Inc. | *special binary search greedy | Statement | E | Kotlin Heroes: Episode 2 {1211} | PROGRAMMING | Kotlin Heroes: Episode 2 Editorial | 2200 | |
| 252 | Teams | *special binary search greedy math | Statement | D | Kotlin Heroes: Episode 2 {1211} | PROGRAMMING | Kotlin Heroes: Episode 2 Editorial | 2200 | |
| 149 | kotlinkotlinkotlinkotlin... | *special graphs implementation strings | Statement | F | Kotlin Heroes: Episode 2 {1211} | PROGRAMMING | Kotlin Heroes: Episode 2 Editorial | 2400 | |
| 83 | King's Path | *special math trees | Statement | G | Kotlin Heroes: Episode 2 {1211} | PROGRAMMING | Kotlin Heroes: Episode 2 Editorial | 2500 | |
| 57 | Road Repair in Treeland | *special binary search dp trees | Statement | H | Kotlin Heroes: Episode 2 {1211} | PROGRAMMING | Kotlin Heroes: Episode 2 Editorial | 3000 | |
| 52 | Unusual Graph | *special graphs | Statement | I | Kotlin Heroes: Episode 2 {1211} | PROGRAMMING | Kotlin Heroes: Episode 2 Editorial | 3000 | |
| 891 | Скрытый друг | *special | Statement | A | VK Cup 2019 - Квалификация (Engine) {1275} | PROGRAMMING | 250.0 |