# Codeforces Solutions This repository contains my solutions of Codeforces problems. They are in C++ language. #### If this repository helped you out, please consider giving it a :star:
## Index #### Sorted by Problem ID | Index | Problem ID | Problem Name | Question | Solution | | :-----: | :--------: | :----------: | :------: | :------: | | 1 | 1 A | Theater Square | [Question](https://codeforces.com/problemset/problem/1/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1%20A%20-%20Theater%20Square) | 2 | 2 A | Winner | [Question](https://codeforces.com/problemset/problem/2/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/2%20A%20-%20Winner) | 3 | 4 A | Watermelon | [Question](https://codeforces.com/problemset/problem/4/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/4%20A%20-%20Watermelon) | 4 | 4 C | Registration System | [Question](https://codeforces.com/problemset/problem/4/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/4%20C%20-%20Registration%20System) | 5 | 9 A | Die Roll | [Question](https://codeforces.com/problemset/problem/9/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/9%20A%20-%20Die%20Roll) | 6 | 11 A | Increasing Sequence | [Question](https://codeforces.com/problemset/problem/11/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/11%20A%20-%20Increasing%20Sequence) | 7 | 17 A | Noldbach problem | [Question](https://codeforces.com/problemset/problem/17/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/17%20A%20-%20Noldbach%20problem) | 8 | 22 A | Second Order Statistics | [Question](https://codeforces.com/problemset/problem/22/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/22%20A%20-%20Second%20Order%20Statistics) | 9 | 34 A | Reconnaissance 2 | [Question](https://codeforces.com/problemset/problem/34/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/34%20A%20-%20Reconnaissance%202) | 10 | 34 B | Sale | [Question](https://codeforces.com/problemset/problem/34/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/34%20B%20-%20Sale) | 11 | 41 A | Translation | [Question](https://codeforces.com/problemset/problem/41/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/41%20A%20-%20Translation) | 12 | 45 A | Codecraft III | [Question](https://codeforces.com/problemset/problem/45/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/45%20A%20-%20Codecraft%20III) | 13 | 50 A | DominoPiling | [Question](https://codeforces.com/problemset/problem/50/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/50%20A%20-%20DominoPiling) | 14 | 59 A | Word | [Question](https://codeforces.com/problemset/problem/59/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/59%20A%20-%20Word) | 15 | 71 A | Way Too Long Words | [Question](https://codeforces.com/problemset/problem/71/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/71%20A%20-%20Way%20Too%20Long%20Words) | 16 | 74 A | Room Leader | [Question](https://codeforces.com/problemset/problem/74/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/74%20A%20-%20Room%20Leader) | 17 | 110 A | Nearly Lucky Number | [Question](https://codeforces.com/problemset/problem/110/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/110%20A%20-%20Nearly%20Lucky%20Number) | 18 | 112 A | Petya And Strings | [Question](https://codeforces.com/problemset/problem/112/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/112%20A%20-%20Petya%20And%20Strings) | 19 | 116 A | Tram | [Question](https://codeforces.com/problemset/problem/116/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/116%20A%20-%20Tram) | 20 | 118 B | Present from Lena | [Question](https://codeforces.com/problemset/problem/118/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/118%20B%20-%20Present%20from%20Lena) | 21 | 122 A | Lucky Division | [Question](https://codeforces.com/problemset/problem/122/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/122%20A%20-%20Lucky%20Division) | 22 | 122 B | Lucky Substring | [Question](https://codeforces.com/problemset/problem/122/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/122%20B%20-%20Lucky%20Substring) | 23 | 131 A | cAPS lOCK | [Question](https://codeforces.com/problemset/problem/131/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/131%20A%20-%20cAPS%20lOCK) | 24 | 136 A | Presents | [Question](https://codeforces.com/problemset/problem/136/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/136%20A%20-%20Presents) | 25 | 141 A | Amusing Joke | [Question](https://codeforces.com/problemset/problem/141/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/141%20A%20-%20Amusing%20Joke) | 26 | 144 A | Arrival of the General | [Question](https://codeforces.com/problemset/problem/144/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/144%20A%20-%20Arrival%20of%20the%20General) | 27 | 148 A | Insomnia cure | [Question](https://codeforces.com/problemset/problem/148/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/148%20A%20-%20Insomnia%20cure) | 28 | 151 A | Soft Drinking | [Question](https://codeforces.com/problemset/problem/151/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/151%20A%20-%20Soft%20Drinking) | 29 | 155 A | I_love_%username% | [Question](https://codeforces.com/problemset/problem/155/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/155%20A%20-%20%20%20I_love_%username%) | 30 | 158 A | Next Round | [Question](https://codeforces.com/problemset/problem/158/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/158%20A%20-%20Next%20Round) | 31 | 158 B | Taxi | [Question](https://codeforces.com/problemset/problem/158/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/158%20B%20-%20Taxi) | 32 | 189 A | Cut Ribbon | [Question](https://codeforces.com/problemset/problem/189/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/189%20A%20-%20Cut%20Ribbon) | 33 | 200 B | Drinks | [Question](https://codeforces.com/problemset/problem/200/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/200%20B%20-%20Drinks) | 34 | 208 A | Dubstep | [Question](https://codeforces.com/problemset/problem/208/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/208%20A%20-%20Dubstep) | 35 | 230 B | T-primes | [Question](https://codeforces.com/problemset/problem/230/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/230%20B%20-%20T-primes) | 36 | 231 A | Team | [Question](https://codeforces.com/problemset/problem/231/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/231%20A%20-%20Team) | 37 | 236 A | Boy Or Girl | [Question](https://codeforces.com/problemset/problem/236/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/236%20A%20-%20Boy%20Or%20Girl) | 38 | 263 A | Beautiful Matrix | [Question](https://codeforces.com/problemset/problem/263/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/263%20A%20-%20Beautiful%20Matrix) | 39 | 266 A | Stones on the Table | [Question](https://codeforces.com/problemset/problem/266/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/266%20A%20-%20Stones%20on%20the%20Table) | 40 | 266 B | Queue at the School | [Question](https://codeforces.com/problemset/problem/266/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/266%20B%20-%20Queue%20at%20the%20School) | 41 | 268 A | Games | [Question](https://codeforces.com/problemset/problem/268/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/268%20A%20-%20Games) | 42 | 271 A | Beautiful Year | [Question](https://codeforces.com/problemset/problem/271/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/271%20A%20-%20Beautiful%20Year) | 43 | 281 A | Word Capitalization | [Question](https://codeforces.com/problemset/problem/281/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/281%20A%20-%20Word%20Capitalization) | 44 | 282 A | Bit++ | [Question](https://codeforces.com/problemset/problem/282/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/282%20A%20-%20Bit++) | 45 | 313 A | Ilya and Bank Account | [Question](https://codeforces.com/problemset/problem/313/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/313%20A%20-%20Ilya%20and%20Bank%20Account) | 46 | 318 A | Even Odds | [Question](https://codeforces.com/problemset/problem/318/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/318%20A%20-%20Even%20Odds) | 47 | 339 A | Helpful Maths | [Question](https://codeforces.com/problemset/problem/339/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/339%20A%20-%20Helpful%20Maths) | 48 | 343 B | Alternating Current | [Question](https://codeforces.com/problemset/problem/343/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/343%20B%20-%20Alternating%20Current) | 49 | 344 A | Magnets | [Question](https://codeforces.com/problemset/problem/344/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/344%20A%20-%20Magnets) | 50 | 349 A | Cinema Line | [Question](https://codeforces.com/problemset/problem/349/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/349%20A%20-%20Cinema%20Line) | 51 | 411 A | Password Check | [Question](https://codeforces.com/problemset/problem/411/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/411%20A%20-%20Password%20Check) | 52 | 421 A | Pasha and Hamsters | [Question](https://codeforces.com/problemset/problem/421/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/421%20A%20-%20Pasha%20and%20Hamsters) | 53 | 456 B | Fedya and Maths | [Question](https://codeforces.com/problemset/problem/456/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/456%20B%20-%20Fedya%20and%20Maths) | 54 | 466 A | Cheap Travel | [Question](https://codeforces.com/problemset/problem/466/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/466%20A%20-%20Cheap%20Travel) | 55 | 474 B | Worms | [Question](https://codeforces.com/problemset/problem/474/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/474%20B%20-%20Worms) | 56 | 478 C | Table Decorations | [Question](https://codeforces.com/problemset/problem/478/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/478%20C%20-%20Table%20Decorations) | 57 | 486 A | Calculating Function | [Question](https://codeforces.com/problemset/problem/486/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/486%20A%20-%20Calculating%20Function) | 58 | 489 B | BerSU Ball | [Question](https://codeforces.com/problemset/problem/489/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/489%20B%20-%20BerSU%20Ball) | 59 | 492 A | Vanya and Cubes | [Question](https://codeforces.com/problemset/problem/492/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/492%20A%20-%20Vanya%20and%20Cubes) | 60 | 492 B | Vanya and Lanterns | [Question](https://codeforces.com/problemset/problem/492/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/492%20B%20-%20Vanya%20and%20Lanterns) | 61 | 510 A | Fox And Snake | [Question](https://codeforces.com/problemset/problem/510/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/510%20A%20-%20Fox%20And%20Snake) | 62 | 514 A | Chewbaсca and Number | [Question](https://codeforces.com/problemset/problem/514/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/514%20A%20-%20Chewbaсca%20and%20Number) | 63 | 525 A | Vitaliy and Pie | [Question](https://codeforces.com/problemset/problem/525/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/525%20A%20-%20Vitaliy%20and%20Pie) | 64 | 546 A | Soldier and Bananas | [Question](https://codeforces.com/problemset/problem/546/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/546%20A%20-%20Soldier%20and%20Bananas) | 65 | 584 A | Olesya and Rodion | [Question](https://codeforces.com/problemset/problem/584/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/584%20A%20-%20Olesya%20and%20Rodion) | 66 | 599 A | Patrick and Shopping | [Question](https://codeforces.com/problemset/problem/599/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/599%20A%20-%20Patrick%20and%20Shopping) | 67 | 617 A | Elephant | [Question](https://codeforces.com/problemset/problem/617/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/617%20A%20-%20Elephant) | 68 | 630 A | Again Twenty Five! | [Question](https://codeforces.com/problemset/problem/630/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/630%20A%20-%20Again%20Twenty%20Five!) | 69 | 677 A | Vanya and Fence | [Question](https://codeforces.com/problemset/problem/677/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/677%20A%20-%20Vanya%20and%20Fence) | 70 | 705 A | Hulk | [Question](https://codeforces.com/problemset/problem/705/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/705%20A%20-%20Hulk) | 71 | 706 B | Interesting drink | [Question](https://codeforces.com/problemset/problem/706/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/706%20B%20-%20Interesting%20drink) | 72 | 734 A | Anton and Danik | [Question](https://codeforces.com/problemset/problem/734/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/734%20A%20-%20Anton%20and%20Danik) | 73 | 742 A | Arpas hard exam and Mehrdads naive cheat | [Question](https://codeforces.com/problemset/problem/742/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/742%20A%20-%20Arpas%20hard%20exam%20and%20Mehrdads%20naive%20cheat) | 74 | 791 A | Bear And Big Brother | [Question](https://codeforces.com/problemset/problem/791/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/791%20A%20-%20Bear%20And%20Big%20Brother) | 75 | 854 A | Fraction | [Question](https://codeforces.com/problemset/problem/854/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/854%20A%20-%20Fraction) | 76 | 855 A | Tom Riddle's Diary | [Question](https://codeforces.com/problemset/problem/855/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/855%20A%20-%20Tom%20Riddle's%20Diary) | 77 | 977 A | Wrong Substraction | [Question](https://codeforces.com/problemset/problem/977/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/977%20A%20-%20Wrong%20Substraction) | 78 | 1068 A | Birthday | [Question](https://codeforces.com/problemset/problem/1068/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1068%20A%20-%20Birthday) | 79 | 1076 C | Meme Problem | [Question](https://codeforces.com/problemset/problem/1076/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1076%20C%20-%20Meme%20Problem) | 80 | 1088 A | Ehab and another construction problem | [Question](https://codeforces.com/problemset/problem/1088/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1088%20A%20-%20Ehab%20and%20another%20construction%20problem) | 81 | 1118 B | Tanya and Candies | [Question](https://codeforces.com/problemset/problem/1118/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1118%20B%20-%20Tanya%20and%20Candies) | 82 | 1144 C | Two Shuffled Sequences | [Question](https://codeforces.com/problemset/problem/1144/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1144%20C%20-%20Two%20Shuffled%20Sequences) | 83 | 1196 A | Three Piles of Candies | [Question](https://codeforces.com/problemset/problem/1196/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1196%20A%20-%20Three%20Piles%20of%20Candies) | 84 | 1295 A | Display The Number | [Question](https://codeforces.com/problemset/problem/1295/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1295%20A%20-%20Display%20The%20Number) | 85 | 1296 A | Array with Odd Sum | [Question](https://codeforces.com/problemset/problem/1296/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1296%20A%20-%20Array%20with%20Odd%20Sum) | 86 | 1311 A | Add Odd or Subtract Even | [Question](https://codeforces.com/problemset/problem/1311/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1311%20A%20-%20Add%20Odd%20or%20Subtract%20Even) | 87 | 1328 A | Divisibility Problem | [Question](https://codeforces.com/problemset/problem/1328/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1328%20A%20-%20Divisibility%20Problem) | 88 | 1341 A | Nastya and Rice | [Question](https://codeforces.com/problemset/problem/1341/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1341%20A%20-%20Nastya%20and%20Rice) | 89 | 1343 B | Balanced Array | [Question](https://codeforces.com/problemset/problem/1343/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1343%20B%20-%20Balanced%20Array) | 90 | 1352 C | K-th Not Divisible by n | [Question](https://codeforces.com/problemset/problem/1352/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1352%20C%20-%20K-th%20Not%20Divisible%20by%20n) | 91 | 1360 B | Honest Coach | [Question](https://codeforces.com/problemset/problem/1360/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1360%20B%20-%20Honest%20Coach) | 92 | 1364 A | XXXXX | [Question](https://codeforces.com/problemset/problem/1364/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1364%20A%20-%20XXXXX) | 93 | 1367 B | Even Array | [Question](https://codeforces.com/problemset/problem/1367/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1367%20B%20-%20%20Even%20Array) | 94 | 1389 A | LCM Problem | [Question](https://codeforces.com/problemset/problem/1389/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1389%20A%20-%20LCM%20Problem) | 95 | 1391 B | Fix You | [Question](https://codeforces.com/problemset/problem/1391/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1391%20B%20-%20Fix%20You) | 96 | 1399 A | Remove Smallest | [Question](https://codeforces.com/problemset/problem/1399/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1399%20A%20-%20Remove%20Smallest) | 97 | 1426 A | Floor Number | [Question](https://codeforces.com/problemset/problem/1426/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1426%20A%20-%20Floor%20Number) | 98 | 1512 A | Spy Detected! | [Question](https://codeforces.com/problemset/problem/1512/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1512%20A%20-%20Spy%20Detected!) | 99 | 1582 B | Luntik and Subsequences | [Question](https://codeforces.com/problemset/problem/1582/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1582%20B%20-%20Luntik%20and%20Subsequences) | 100 | 1624 B | Make AP | [Question](https://codeforces.com/problemset/problem/1624/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1624%20B%20-%20Make%20AP) | 101 | 1633 A | Div. 7 | [Question](https://codeforces.com/problemset/problem/1633/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1633%20A%20-%20Div.%207) | 102 | 1675 B | Make It Increasing | [Question](https://codeforces.com/problemset/problem/1675/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1675%20B%20-%20Make%20It%20Increasing) | 103 | 1676 A | Lucky | [Question](https://codeforces.com/problemset/problem/1676/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1676%20A%20-%20Lucky) | 104 | 1679 A | AvtoBus | [Question](https://codeforces.com/problemset/problem/1679/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1679%20A%20-%20AvtoBus) | 105 | 1692 A | Marathon | [Question](https://codeforces.com/problemset/problem/1692/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1692%20A%20-%20Marathon) | 106 | 1696 B | NIT Destroys the Universe | [Question](https://codeforces.com/problemset/problem/1696/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1696%20B%20-%20NIT%20Destroys%20the%20Universe) | 107 | 1703 A | YES or YES | [Question](https://codeforces.com/problemset/problem/1703/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1703%20A%20-%20YES%20or%20YES) | 108 | 1719 A | Chip Game | [Question](https://codeforces.com/problemset/problem/1719/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1719%20A%20-%20Chip%20Game) | 109 | 1719 B | Mathematical Circus | [Question](https://codeforces.com/problemset/problem/1719/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1719%20B%20-%20Mathematical%20Circus) | 110 | 1721 B | Deadly Laser | [Question](https://codeforces.com/problemset/problem/1721/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1721%20B%20-%20Deadly%20Laser) | 111 | 1726 A | Mainak and Array | [Question](https://codeforces.com/problemset/problem/1726/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1726%20A%20-%20Mainak%20and%20Array) | 112 | 1742 A | Sum | [Question](https://codeforces.com/problemset/problem/1742/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1742%20A%20-%20Sum) | 113 | 1742 C | Stripes | [Question](https://codeforces.com/problemset/problem/1742/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1742%20C%20-%20Stripes) | 114 | 1746 B | Rebellion | [Question](https://codeforces.com/problemset/problem/1746/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1746%20B%20-%20Rebellion) | 115 | 1748 A | The Ultimate Square | [Question](https://codeforces.com/problemset/problem/1748/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1748%20A%20-%20The%20Ultimate%20Square) | 116 | 1758 B | XOR = Average | [Question](https://codeforces.com/problemset/problem/1758/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1758%20B%20-%20XOR%20=%20Average) | 117 | 1760 A | Medium Number | [Question](https://codeforces.com/problemset/problem/1760/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1760%20A%20-%20Medium%20Number) | 118 | 1761 A | Two Permutations | [Question](https://codeforces.com/problemset/problem/1761/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1761%20A%20-%20Two%20Permutations) | 119 | 1766 A | Extremely Round | [Question](https://codeforces.com/problemset/problem/1766/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1766%20A%20-%20Extremely%20Round) | 120 | 1773 F | Football | [Question](https://codeforces.com/problemset/problem/1773/F) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1773%20F%20-%20Football) | 121 | 1777 A | Everybody Likes Good Arrays! | [Question](https://codeforces.com/problemset/problem/1777/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1777%20A%20-%20Everybody%20Likes%20Good%20Arrays!) | 122 | 1783 A | Make it Beautiful | [Question](https://codeforces.com/problemset/problem/1783/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1783%20A%20-%20Make%20it%20Beautiful) | 123 | 1788 A | One and Two | [Question](https://codeforces.com/problemset/problem/1788/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1788%20A%20-%20One%20and%20Two) | 124 | 1789 A | Serval and Mocha's Array | [Question](https://codeforces.com/problemset/problem/1789/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1789%20A%20-%20Serval%20and%20Mocha's%20Array) | 125 | 1791 B | Following Directions | [Question](https://codeforces.com/problemset/problem/1791/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1791%20B%20-%20Following%20Directions) | 126 | 1791 C | Prepend and Append | [Question](https://codeforces.com/problemset/problem/1791/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1791%20C%20-%20Prepend%20and%20Append) | 127 | 1792 A | Gaming Forces | [Question](https://codeforces.com/problemset/problem/1792/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1792%20A%20-%20Gaming%20Forces) | 128 | 1794 B | Not Dividing | [Question](https://codeforces.com/problemset/problem/1794/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1794%20B%20-%20Not%20Dividing) | 129 | 1795 B | Ideal Point | [Question](https://codeforces.com/problemset/problem/1795/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1795%20B%20-%20Ideal%20Point) | 130 | 1800 A | Is It a Cat | [Question](https://codeforces.com/problemset/problem/1800/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1800%20A%20-%20Is%20It%20a%20Cat) | 131 | 1805 A | We Need the Zero | [Question](https://codeforces.com/problemset/problem/1805/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1805%20A%20-%20We%20Need%20the%20Zero) | 132 | 1806 A | Walking Master | [Question](https://codeforces.com/problemset/problem/1806/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1806%20A%20-%20Walking%20Master) | 133 | 1807 D | Odd Queries | [Question](https://codeforces.com/problemset/problem/1807/D) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1807%20D%20-%20Odd%20Queries) | 134 | 1811 A | Insert Digit | [Question](https://codeforces.com/problemset/problem/1811/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1811%20A%20-%20Insert%20Digit) | 135 | 1814 A | Coins | [Question](https://codeforces.com/problemset/problem/1814/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1814%20A%20-%20Coins) | 136 | 1818 B | Indivisible | [Question](https://codeforces.com/problemset/problem/1818/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1818%20B%20-%20Indivisible) | 137 | 1822 A | TubeTube Feed | [Question](https://codeforces.com/problemset/problem/1822/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1822%20A%20-%20TubeTube%20Feed) | 138 | 1822 C | Bun Lover | [Question](https://codeforces.com/problemset/problem/1822/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1822%20C%20-%20Bun%20Lover) | 139 | 1828 A | Divisible Array | [Question](https://codeforces.com/problemset/problem/1828/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1828%20A%20-%20Divisible%20Array) | 140 | 1828 B | Permutation Swap | [Question](https://codeforces.com/problemset/problem/1828/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1828%20B%20-%20Permutation%20Swap) | 141 | 1829 A | Love Story | [Question](https://codeforces.com/problemset/problem/1829/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1829%20A%20-%20Love%20Story) | 142 | 1829 B | Blank Spaces | [Question](https://codeforces.com/problemset/problem/1829/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1829%20B%20-%20Blank%20Spaces) | 143 | 1829 C | Mr. Perfectly Fine | [Question](https://codeforces.com/problemset/problem/1829/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1829%20C%20-%20Mr.%20Perfectly%20Fine) | 144 | 1829 D | Gold Rush | [Question](https://codeforces.com/problemset/problem/1829/D) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1829%20D%20-%20Gold%20Rush) | 145 | 1831 A | Twin Permutations | [Question](https://codeforces.com/problemset/problem/1831/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1831%20A%20-%20Twin%20Permutations) | 146 | 1832 A | New Palindrome | [Question](https://codeforces.com/problemset/problem/1832/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1832%20A%20-%20New%20Palindrome) | 147 | 1833 A | Musical Puzzle | [Question](https://codeforces.com/problemset/problem/1833/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1833%20A%20-%20Musical%20Puzzle) | 148 | 1833 B | Restore the Weather | [Question](https://codeforces.com/problemset/problem/1833/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1833%20B%20-%20Restore%20the%20Weather) | 149 | 1833 C | Vlad Building Beautiful Array | [Question](https://codeforces.com/problemset/problem/1833/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1833%20C%20-%20Vlad%20Building%20Beautiful%20Array) | 150 | 1834 A | Unit Array | [Question](https://codeforces.com/problemset/problem/1834/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1834%20A%20-%20Unit%20Array) | 151 | 1837 A | Grasshopper on a Line | [Question](https://codeforces.com/problemset/problem/1837/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1837%20A%20-%20Grasshopper%20on%20a%20Line) | 152 | 1837 B | Comparison String | [Question](https://codeforces.com/problemset/problem/1837/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1837%20B%20-%20Comparison%20String) | 153 | 1841 B | Keep it Beautiful | [Question](https://codeforces.com/problemset/problem/1841/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1841%20B%20-%20Keep%20it%20Beautiful) | 154 | 1843 A | Sasha and Array Coloring | [Question](https://codeforces.com/problemset/problem/1843/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1843%20A%20-%20Sasha%20and%20Array%20Coloring) | 155 | 1843 B | Long Long | [Question](https://codeforces.com/problemset/problem/1843/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1843%20B%20-%20Long%20Long) | 156 | 1844 A | Subtraction Game | [Question](https://codeforces.com/problemset/problem/1844/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1844%20A%20-%20Subtraction%20Game) | 157 | 1845 A | Forbidden Integer | [Question](https://codeforces.com/problemset/problem/1845/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1845%20A%20-%20Forbidden%20Integer) | 158 | 1846 A | Rudolph and Cut the Rope | [Question](https://codeforces.com/problemset/problem/1846/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1846%20A%20-%20Rudolph%20and%20Cut%20the%20Rope) | 159 | 1846 B | Rudolph and Tic-Tac-Toe | [Question](https://codeforces.com/problemset/problem/1846/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1846%20B%20-%20Rudolph%20and%20Tic-Tac-Toe) | 160 | 1846 C | Rudolf and the Another Competition | [Question](https://codeforces.com/problemset/problem/1846/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1846%20C%20-%20Rudolf%20and%20the%20Another%20Competition) | 161 | 1848 A | Vika and Her Friends | [Question](https://codeforces.com/problemset/problem/1848/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1848%20A%20-%20Vika%20and%20Her%20Friends) | 162 | 1849 A | Morning Sandwich | [Question](https://codeforces.com/problemset/problem/1849/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1849%20A%20-%20Morning%20Sandwich) | 163 | 1849 B | Monsters | [Question](https://codeforces.com/problemset/problem/1849/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1849%20B%20-%20Monsters) | 164 | 1850 A | To My Critics | [Question](https://codeforces.com/problemset/problem/1850/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1850%20A%20-%20To%20My%20Critics) | 165 | 1850 B | Ten Words of Wisdom | [Question](https://codeforces.com/problemset/problem/1850/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1850%20B%20-%20Ten%20Words%20of%20Wisdom) | 166 | 1850 C | Word on the Paper | [Question](https://codeforces.com/problemset/problem/1850/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1850%20C%20-%20Word%20on%20the%20Paper) | 167 | 1850 D | Balanced Round | [Question](https://codeforces.com/problemset/problem/1850/D) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1850%20D%20-%20Balanced%20Round) | 168 | 1851 A | Escalator Conversations | [Question](https://codeforces.com/problemset/problem/1851/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1851%20A%20-%20Escalator%20Conversations) | 169 | 1851 B | Parity Sort | [Question](https://codeforces.com/problemset/problem/1851/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1851%20B%20-%20Parity%20Sort) | 170 | 1851 C | Tiles Comeback | [Question](https://codeforces.com/problemset/problem/1851/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1851%20C%20-%20Tiles%20Comeback) | 171 | 1853 A | Desorting | [Question](https://codeforces.com/problemset/problem/1853/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1853%20A%20-%20Desorting) | 172 | 1855 A | Dalton the Teacher | [Question](https://codeforces.com/problemset/problem/1855/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1855%20A%20-%20Dalton%20the%20Teacher) | 173 | 1855 B | Longest Divisors Interval | [Question](https://codeforces.com/problemset/problem/1855/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1855%20B%20-%20Longest%20Divisors%20Interval) | 174 | 1856 B | Good Arrays | [Question](https://codeforces.com/problemset/problem/1856/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1856%20B%20-%20Good%20Arrays) | 175 | 1857 A | Array Coloring | [Question](https://codeforces.com/problemset/problem/1857/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1857%20A%20-%20%20Array%20Coloring) | 176 | 1857 B | Maximum Rounding | [Question](https://codeforces.com/problemset/problem/1857/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1857%20B%20-%20Maximum%20Rounding) | 177 | 1857 C | Assembly via Minimums | [Question](https://codeforces.com/problemset/problem/1857/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1857%20C%20-%20Assembly%20via%20Minimums) | 178 | 1858 A | Buttons | [Question](https://codeforces.com/problemset/problem/1858/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1858%20A%20-%20Buttons) | 179 | 1859 A | United We Stand | [Question](https://codeforces.com/problemset/problem/1859/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1859%20A%20-%20United%20We%20Stand) | 180 | 1860 A | Not a Substring | [Question](https://codeforces.com/problemset/problem/1860/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1860%20A%20-%20Not%20a%20Substring) | 181 | 1862 A | Gift Carpet | [Question](https://codeforces.com/problemset/problem/1862/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1862%20A%20-%20Gift%20Carpet) | 182 | 1862 B | Sequence Game | [Question](https://codeforces.com/problemset/problem/1862/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1862%20B%20-%20Sequence%20Game) | 183 | 1863 A | Channel | [Question](https://codeforces.com/problemset/problem/1863/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1863%20A%20-%20Channel) | 184 | 1864 A | Increasing and Decreasing | [Question](https://codeforces.com/problemset/problem/1864/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1864%20A%20-%20Increasing%20and%20Decreasing) | 185 | 1866 A | Ambitious Kid | [Question](https://codeforces.com/problemset/problem/1866/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1866%20A%20-%20Ambitious%20Kid) | 186 | 1869 A | Make It Zero | [Question](https://codeforces.com/problemset/problem/1869/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1869%20A%20-%20Make%20It%20Zero) | 187 | 1870 A | MEXanized Array | [Question](https://codeforces.com/problemset/problem/1870/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1870%20A%20-%20MEXanized%20Array) | 188 | 1872 A | Two Vessels | [Question](https://codeforces.com/problemset/problem/1872/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1872%20A%20-%20Two%20Vessels) | 189 | 1872 B | The Corridor or There and Back Again | [Question](https://codeforces.com/problemset/problem/1872/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1872%20B%20-%20The%20Corridor%20or%20There%20and%20Back%20Again) | 190 | 1872 C | Non-coprime Split | [Question](https://codeforces.com/problemset/problem/1872/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1872%20C%20-%20Non-coprime%20Split) | 191 | 1873 A | Short Sort | [Question](https://codeforces.com/problemset/problem/1873/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1873%20A%20-%20Short%20Sort) | 192 | 1873 B | Good Kid | [Question](https://codeforces.com/problemset/problem/1873/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1873%20B%20-%20Good%20Kid) | 193 | 1873 C | Target Practice | [Question](https://codeforces.com/problemset/problem/1873/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1873%20C%20-%20Target%20Practice) | 194 | 1873 D | 1D Eraser | [Question](https://codeforces.com/problemset/problem/1873/D) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1873%20D%20-%201D%20Eraser) | 195 | 1875 A | Jellyfish and Undertale | [Question](https://codeforces.com/problemset/problem/1875/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1875%20A%20-%20Jellyfish%20and%20Undertale) | 196 | 1877 A | Goals of Victory | [Question](https://codeforces.com/problemset/problem/1877/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1877%20A%20-%20Goals%20of%20Victory) | 197 | 1878 A | How Much Does Daytona Cost | [Question](https://codeforces.com/problemset/problem/1878/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1878%20A%20-%20How%20Much%20Does%20Daytona%20Cost) | 198 | 1878 B | Aleksa and Stack | [Question](https://codeforces.com/problemset/problem/1878/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1878%20B%20-%20Aleksa%20and%20Stack) | 199 | 1878 C | Vasilije in Cacak | [Question](https://codeforces.com/problemset/problem/1878/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1878%20C%20-%20Vasilije%20in%20Cacak) | 200 | 1879 A | Rigged! | [Question](https://codeforces.com/problemset/problem/1879/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1879%20A%20-%20Rigged!) | 201 | 1879 B | Chips on the Board | [Question](https://codeforces.com/problemset/problem/1879/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1879%20B%20-%20Chips%20on%20the%20Board) | 202 | 1881 A | Don't Try to Count | [Question](https://codeforces.com/problemset/problem/1881/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1881%20A%20-%20Don't%20Try%20to%20Count) | 203 | 1881 B | Three Threadlets | [Question](https://codeforces.com/problemset/problem/1881/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1881%20B%20-%20Three%20Threadlets) | 204 | 1881 C | Perfect Square | [Question](https://codeforces.com/problemset/problem/1881/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1881%20C%20-%20Perfect%20Square) | 205 | 1883 B | Chemistry | [Question](https://codeforces.com/problemset/problem/1883/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1883%20B%20-%20Chemistry) | 206 | 1890 A | Doremy's Paint 3 | [Question](https://codeforces.com/problemset/problem/1890/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1890%20A%20-%20Doremy's%20Paint%203) | 207 | 1890 B | Qingshan Loves Strings | [Question](https://codeforces.com/problemset/problem/1890/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1890%20B%20-%20Qingshan%20Loves%20Strings) | 208 | 1891 A | Sorting with Twos | [Question](https://codeforces.com/problemset/problem/1891/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1891%20A%20-%20Sorting%20with%20Twos) | 209 | 1894 A | Secret Sport | [Question](https://codeforces.com/problemset/problem/1894/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1894%20A%20-%20Secret%20Sport) | 210 | 1895 A | Treasure Chest | [Question](https://codeforces.com/problemset/problem/1895/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1895%20A%20-%20Treasure%20Chest) | 211 | 1895 B | Points and Minimum Distance | [Question](https://codeforces.com/problemset/problem/1895/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1895%20B%20-%20Points%20and%20Minimum%20Distance) | 212 | 1896 A | Jagged Swaps | [Question](https://codeforces.com/problemset/problem/1896/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1896%20A%20-%20Jagged%20Swaps) | 213 | 1896 B | AB Flipping | [Question](https://codeforces.com/problemset/problem/1896/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1896%20B%20-%20AB%20Flipping) | 214 | 1898 A | Milica and String | [Question](https://codeforces.com/problemset/problem/1898/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1898%20A%20-%20Milica%20and%20String) | 215 | 1899 A | Game with Integers | [Question](https://codeforces.com/problemset/problem/1899/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1899%20A%20-%20Game%20with%20Integers) | 216 | 1900 A | Cover in Water | [Question](https://codeforces.com/problemset/problem/1900/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1900%20A%20-%20Cover%20in%20Water) | 217 | 1900 B | Laura and Operations | [Question](https://codeforces.com/problemset/problem/1900/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1900%20B%20-%20Laura%20and%20Operations) | 218 | 1901 A | Line Trip | [Question](https://codeforces.com/problemset/problem/1901/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1901%20A%20-%20Line%20Trip) | 219 | 1902 A | Binary Imbalance | [Question](https://codeforces.com/problemset/problem/1902/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1902%20A%20-%20Binary%20Imbalance) | 220 | 1903 A | Halloumi Boxes | [Question](https://codeforces.com/problemset/problem/1903/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1903%20A%20-%20Halloumi%20Boxes) | 221 | 1904 A | Forked! | [Question](https://codeforces.com/problemset/problem/1904/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1904%20A%20-%20Forked!) | 222 | 1904 B | Collecting Game | [Question](https://codeforces.com/problemset/problem/1904/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1904%20B%20-%20Collecting%20Game) | 223 | 1905 A | Constructive Problems | [Question](https://codeforces.com/problemset/problem/1905/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1905%20A%20-%20Constructive%20Problems) | 224 | 1905 B | Begginer's Zelda | [Question](https://codeforces.com/problemset/problem/1905/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1905%20B%20-%20Begginer's%20Zelda) | 225 | 1905 C | Largest Subsequence | [Question](https://codeforces.com/problemset/problem/1905/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1905%20C%20-%20Largest%20Subsequence) | 226 | 1907 A | Rook | [Question](https://codeforces.com/problemset/problem/1907/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1907%20A%20-%20Rook) | 227 | 1907 B | YetnotherrokenKeoard | [Question](https://codeforces.com/problemset/problem/1907/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1907%20B%20-%20YetnotherrokenKeoard) | 228 | 1907 C | Removal of Unattractive Pairs | [Question](https://codeforces.com/problemset/problem/1907/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1907%20C%20-%20Removal%20of%20Unattractive%20Pairs) | 229 | 1909 A | Distinct Buttons | [Question](https://codeforces.com/problemset/problem/1909/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1909%20A%20-%20Distinct%20Buttons) | 230 | 1912 L | LOL Lovers | [Question](https://codeforces.com/problemset/problem/1912/L) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1912%20L%20-%20LOL%20Lovers) | 231 | 1913 A | Rating Increase | [Question](https://codeforces.com/problemset/problem/1913/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1913%20A%20-%20Rating%20Increase) | 232 | 1913 B | Swap and Delete | [Question](https://codeforces.com/problemset/problem/1913/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1913%20B%20-%20Swap%20and%20Delete) | 233 | 1913 C | Game with Multiset | [Question](https://codeforces.com/problemset/problem/1913/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1913%20C%20-%20Game%20with%20Multiset) | 234 | 1914 A | Problemsolving Log | [Question](https://codeforces.com/problemset/problem/1914/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1914%20A%20-%20Problemsolving%20Log) | 235 | 1914 B | Preparing for the Contest | [Question](https://codeforces.com/problemset/problem/1914/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1914%20B%20-%20Preparing%20for%20the%20Contest) | 236 | 1914 C | Quests | [Question](https://codeforces.com/problemset/problem/1914/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1914%20C%20-%20Quests) | 237 | 1914 D | Three Activities | [Question](https://codeforces.com/problemset/problem/1914/D) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1914%20D%20-%20Three%20Activities) | 238 | 1914 E1 | Game with Marbles (Easy Version) | [Question](https://codeforces.com/problemset/problem/1914/E1) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1914%20E1%20-%20Game%20with%20Marbles%20(Easy%20Version)) | 239 | 1914 E2 | Game with Marbles (Hard Version) | [Question](https://codeforces.com/problemset/problem/1914/E2) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1914%20E2%20-%20Game%20with%20Marbles%20(Hard%20Version)) | 240 | 1915 A | Odd One Out | [Question](https://codeforces.com/problemset/problem/1915/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1915%20A%20-%20Odd%20One%20Out) | 241 | 1915 B | Not Quite Latin Square | [Question](https://codeforces.com/problemset/problem/1915/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1915%20B%20-%20Not%20Quite%20Latin%20Square) | 242 | 1915 C | Can I Square | [Question](https://codeforces.com/problemset/problem/1915/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1915%20C%20-%20Can%20I%20Square) | 243 | 1915 D | Unnatural Language Processing | [Question](https://codeforces.com/problemset/problem/1915/D) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1915%20D%20-%20Unnatural%20Language%20Processing) | 244 | 1915 E | Romantic Glasses | [Question](https://codeforces.com/problemset/problem/1915/E) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1915%20E%20-%20Romantic%20Glasses) | 245 | 1916 A | 2023 | [Question](https://codeforces.com/problemset/problem/1916/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1916%20A%20-%202023) | 246 | 1916 B | Two Divisors | [Question](https://codeforces.com/problemset/problem/1916/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1916%20B%20-%20Two%20Divisors) | 247 | 1916 C | Training Before the Olympiad | [Question](https://codeforces.com/problemset/problem/1916/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1916%20C%20-%20Training%20Before%20the%20Olympiad) | 248 | 1916 D | Mathematical Problem | [Question](https://codeforces.com/problemset/problem/1916/D) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1916%20D%20-%20Mathematical%20Problem) | 249 | 1917 A | Least Product | [Question](https://codeforces.com/problemset/problem/1917/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1917%20A%20-%20Least%20Product) | 250 | 1917 B | Erase First or Second Letter | [Question](https://codeforces.com/problemset/problem/1917/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1917%20B%20-%20Erase%20First%20or%20Second%20Letter) | 251 | 1918 A | Brick Wall | [Question](https://codeforces.com/problemset/problem/1918/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1918%20A%20-%20Brick%20Wall) | 252 | 1918 B | Minimize Inversions | [Question](https://codeforces.com/problemset/problem/1918/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1918%20B%20-%20Minimize%20Inversions) | 253 | 1919 A | Wallet Exchange | [Question](https://codeforces.com/problemset/problem/1919/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1919%20A%20-%20Wallet%20Exchange) | 254 | 1919 B | Plus-Minus Split | [Question](https://codeforces.com/problemset/problem/1919/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1919%20B%20-%20Plus-Minus%20Split) | 255 | 1920 A | Satisfying Constraints | [Question](https://codeforces.com/problemset/problem/1920/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1920%20A%20-%20Satisfying%20Constraints) | 256 | 1920 B | Summation Game | [Question](https://codeforces.com/problemset/problem/1920/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1920%20B%20-%20Summation%20Game) | 257 | 1921 A | Square | [Question](https://codeforces.com/problemset/problem/1921/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1921%20A%20-%20Square) | 258 | 1921 B | Arranging Cats | [Question](https://codeforces.com/problemset/problem/1921/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1921%20B%20-%20Arranging%20Cats) | 259 | 1921 C | Sending Messages | [Question](https://codeforces.com/problemset/problem/1921/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1921%20C%20-%20Sending%20Messages) | 260 | 1921 D | Very Different Array | [Question](https://codeforces.com/problemset/problem/1921/D) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1921%20D%20-%20Very%20Different%20Array) | 261 | 1927 A | Make it White | [Question](https://codeforces.com/problemset/problem/1927/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1927%20A%20-%20Make%20it%20White) | 262 | 1927 B | Following the String | [Question](https://codeforces.com/problemset/problem/1927/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1927%20B%20-%20Following%20the%20String) | 263 | 1927 C | Choose the Different Ones | [Question](https://codeforces.com/problemset/problem/1927/C) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1927%20C%20-%20Choose%20the%20Different%20Ones) | 264 | 1927 D | Find the Different Ones! | [Question](https://codeforces.com/problemset/problem/1927/D) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1927%20D%20-%20Find%20the%20Different%20Ones!) | 265 | 1927 E | Klever Permutation | [Question](https://codeforces.com/problemset/problem/1927/E) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1927%20E%20-%20Klever%20Permutation) | 266 | 1928 A | Rectangle Cutting | [Question](https://codeforces.com/problemset/problem/1928/A) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1928%20A%20-%20Rectangle%20Cutting) | 267 | 1928 B | Equalize | [Question](https://codeforces.com/problemset/problem/1928/B) | [Solution](https://github.com/ShazidMashrafi/Codeforces-Solutions/tree/master/Codes/1928%20B%20-%20Equalize)
## About Me :eyes: I am Shazid Mashrafi. I am currently studying Computer Science and Engineering & trying to work my way up in the programming world. Visit my [Website](https://shazidmashrafi.com) and [Codeforces](https://codeforces.com/profile/ShazidMashrafi) account.