Auto-generated with β€ using Harwest
A repository to keep track of problem solving practice, containing solutions from platforms:
| # | Title | Solution | Tags | Submitted |
|---|---|---|---|---|
| 357 | A - Echo | C++ (GCC 9.2.1) | AtCoder *100 |
Jun/28/2023 23:25 |
| 356 | A - Game with Board | GNU C++17 | constructive algorithms games *800 |
Jun/26/2023 00:58 |
| 355 | B - Binary Cafe | GNU C++17 | bitmasks combinatorics math *1100 |
Jun/16/2023 01:05 |
| 354 | A - Cipher Shifer | GNU C++17 | implementation strings two pointers |
Jun/06/2023 20:56 |
| 353 | A - Swap Odd and Even | C++ (GCC 9.2.1) | AtCoder *100 |
Mar/15/2023 21:20 |
| 352 | A - Is It a Cat? | GNU C++17 | implementation strings *800 |
Mar/15/2023 21:11 |
| 351 | A - Generalized ABC | C++ (GCC 9.2.1) | AtCoder *100 |
Dec/17/2022 20:01 |
| 350 | A - Sum | GNU C++17 | implementation *800 |
Oct/16/2022 23:04 |
| 349 | B - Increasing | GNU C++17 | greedy implementation sortings *800 |
Oct/16/2022 22:58 |
| 348 | B - Colourblindness | GNU C++17 | implementation |
Aug/31/2022 13:02 |
| 347 | A - Spell Check | GNU C++17 | implementation |
Aug/31/2022 12:16 |
| 346 | A - YES or YES? | GNU C++17 | brute force implementation strings *800 |
Jul/23/2022 20:06 |
| 345 | A - Marathon | GNU C++17 | implementation *800 |
Jun/20/2022 20:44 |
| 344 | A - Beat The Odds | GNU C++17 | brute force greedy math *800 |
Jun/09/2022 12:39 |
| 343 | A - Digit Minimization | GNU C++17 | constructive algorithms games math strings *800 |
May/27/2022 12:52 |
| 342 | B - Z mod X = C | GNU C++17 | constructive algorithms math *800 |
May/27/2022 12:34 |
| 341 | B - Equal Candies | GNU C++17 | greedy math sortings |
May/10/2022 21:00 |
| 340 | A - Lucky? | GNU C++17 | implementation |
May/10/2022 20:51 |
| 339 | A - Jogging | C++ (GCC 9.2.1) | AtCoder *100 |
May/07/2022 13:05 |
| 338 | A - Food for Animals | GNU C++17 | greedy math *800 |
May/07/2022 12:46 |
| 337 | B - Dictionary | GNU C++17 | May/02/2022 21:26 | |
| 336 | A - Number Transformation | GNU C++17 | May/02/2022 20:46 | |
| 335 | B - Triple | GNU C++17 | implementation sortings *800 |
Apr/28/2022 12:36 |
| 334 | A - Division? | GNU C++17 | implementation *800 |
Apr/28/2022 12:05 |
| 333 | A - Integer Moves | GNU C++17 | brute force math *800 |
Mar/26/2022 13:25 |
| 332 | B - DIV + MOD | GNU C++17 | math |
Mar/08/2022 22:21 |
| 331 | A - Deletions of Two Adjacent Letters | GNU C++17 | implementation strings |
Mar/08/2022 20:51 |
| 330 | A - Sorting Parts | GNU C++17 | brute force sortings |
Feb/13/2022 11:52 |
| 329 | B - Matrix Transposition | C++ (GCC 9.2.1) | AtCoder *200 |
Feb/01/2022 13:24 |
| 328 | A - Not Overflow | C++ (GCC 9.2.1) | AtCoder *100 |
Feb/01/2022 13:16 |
| 327 | A - Min Max Swap | GNU C++17 | greedy |
Jan/27/2022 20:53 |
| 326 | A - Little C Loves 3 I | GNU C++17 | math *800 |
Jan/24/2022 12:07 |
| 325 | B - Who is missing? | C++ (GCC 9.2.1) | AtCoder *200 |
Jan/23/2022 19:34 |
| 324 | A - chukodai | C++ (GCC 9.2.1) | AtCoder *100 |
Jan/23/2022 19:07 |
| 323 | B - Longest Segment | C++ (GCC 9.2.1) | AtCoder *200 |
Jan/18/2022 13:17 |
| 322 | A - Weird Function | C++ (GCC 9.2.1) | AtCoder *100 |
Jan/18/2022 12:57 |
| 321 | A - Equidistant Letters | GNU C++17 | constructive algorithms sortings *800 |
Jan/18/2022 12:19 |
| 320 | A - Plus One on the Subset | GNU C++17 | math *800 |
Jan/10/2022 20:51 |
| 319 | B - A Reverse | C++ (GCC 9.2.1) | AtCoder *200 |
Dec/31/2021 20:42 |
| 318 | A - 10yen Stamp | C++ (GCC 9.2.1) | AtCoder *100 |
Dec/31/2021 20:34 |
| 317 | A - Construct a Rectangle | GNU C++17 | geometry math *800 |
Dec/31/2021 20:25 |
| 316 | A - Find Array | GNU C++17 | constructive algorithms math *800 |
Dec/21/2021 21:24 |
| 315 | B - Squares and Cubes | GNU C++17 | implementation math *800 |
Dec/20/2021 21:08 |
| 314 | A - Square String? | GNU C++17 | implementation strings *800 |
Dec/20/2021 20:49 |
| 313 | A - Equal or Not Equal | GNU C++17 | constructive algorithms dsu implementation |
Dec/18/2021 22:16 |
| 312 | A - Polycarp and Sums of Subsequences | GNU C++17 | math sortings *800 |
Dec/14/2021 20:48 |
| 311 | A - Life of a Flower | GNU C++17 | implementation |
Dec/12/2021 21:24 |
| 310 | A - Distance | GNU C++17 | brute force constructive algorithms *800 |
Nov/30/2021 20:20 |
| 309 | A - Divan and a Store | GNU C++17 | brute force constructive algorithms greedy *800 |
Nov/26/2021 17:23 |
| 308 | C - Polycarp Recovers the Permutation | GNU C++17 | constructive algorithms *1000 |
Nov/25/2021 22:00 |
| 307 | B - Team Composition: Programmers and Mathematicians | GNU C++17 | binary search constructive algorithms math *800 |
Nov/25/2021 21:09 |
| 306 | A - Make Even | GNU C++17 | constructive algorithms math *800 |
Nov/25/2021 20:48 |
| 305 | A - Anti Light's Cell Guessing | GNU C++17 | math *900 |
Nov/23/2021 21:17 |
| 304 | A - Two Subsequences | GNU C++17 | implementation *800 |
Nov/17/2021 19:30 |
| 303 | B - Reverse Sort | GNU C++17 | greedy sortings *1000 |
Nov/14/2021 22:34 |
| 302 | A - A.M. Deviation | GNU C++17 | math number theory *800 |
Nov/14/2021 19:48 |
| 301 | A - Linear Keyboard | GNU C++17 | implementation strings *800 |
Nov/05/2021 22:31 |
| 300 | D - Moderate Modular Mode | GNU C++17 | math number theory *1600 |
Oct/31/2021 22:03 |
| 299 | B - XOR Specia-LIS-t | GNU C++17 | *1100 |
Oct/30/2021 21:44 |
| 298 | A - Era | GNU C++17 | greedy *800 |
Oct/30/2021 20:53 |
| 297 | A - AB Balance | GNU C++17 | strings *900 |
Oct/29/2021 20:49 |
| 296 | A - Keyboard | GNU C++17 | implementation *900 |
Oct/29/2021 09:09 |
| 295 | A - Expression | GNU C++17 | brute force math *1000 |
Oct/28/2021 22:39 |
| 294 | A - Dubstep | GNU C++17 | strings *900 |
Oct/27/2021 22:19 |
| 293 | C - Sum of Cubes | GNU C++17 | binary search brute force brute force math *1100 |
Oct/26/2021 21:47 |
| 292 | B - Luntik and Subsequences | GNU C++17 | combinatorics math *900 |
Oct/25/2021 20:43 |
| 291 | A - Luntik and Concerts | GNU C++17 | math *800 |
Oct/24/2021 16:54 |
| 290 | A - Subtractions | GNU C++17 | math number theory *900 |
Oct/24/2021 13:11 |
| 289 | B - Lovely Palindromes | GNU C++17 | constructive algorithms math *1000 |
Oct/23/2021 19:36 |
| 288 | A - Payment Without Change | GNU C++17 | math *1000 |
Oct/22/2021 20:47 |
| 287 | A - The number of positions | GNU C++17 | math *1000 |
Oct/21/2021 19:24 |
| 286 | A - Dreamoon and Stairs | GNU C++17 | implementation math *1000 |
Oct/21/2021 19:02 |
| 285 | A - T or T | C++ (GCC 9.2.1) | AtCoder *100 |
Oct/21/2021 14:19 |
| 284 | A - Something on It | C++ (GCC 9.2.1) | AtCoder *100 |
Oct/21/2021 14:18 |
| 283 | A - Exact Price | C++ (GCC 9.2.1) | AtCoder *100 |
Oct/21/2021 00:12 |
| 282 | A - Game 23 | GNU C++17 | implementation math *1000 |
Oct/20/2021 23:10 |
| 281 | A - Fox And Snake | GNU C++17 | implementation *800 |
Oct/19/2021 23:21 |
| 280 | A - Sasha and His Trip | GNU C++17 | dp greedy math *900 |
Oct/18/2021 18:22 |
| 279 | A - Modular Exponentiation | GNU C++17 | implementation math *900 |
Oct/17/2021 22:24 |
| 278 | B - Perfect Number | GNU C++17 | binary search brute force dp implementation number theory *1100 |
Oct/16/2021 19:31 |
| 277 | B - Make it Divisible by 25 | GNU C++17 | dfs and similar dp greedy math math *900 |
Oct/15/2021 21:17 |
| 276 | A - Elections | GNU C++17 | math *800 |
Oct/14/2021 15:36 |
| 275 | A - Game Outcome | GNU C++17 | brute force *800 |
Oct/13/2021 11:42 |
| 274 | A - Fancy Fence | GNU C++17 | geometry implementation math *1100 |
Oct/12/2021 13:30 |
| 273 | B - Groups | GNU C++17 | brute force implementation *1000 |
Oct/10/2021 16:29 |
| 272 | A - Computer Game | GNU C++17 | brute force dfs and similar dp implementation *800 |
Oct/10/2021 15:17 |
| 271 | A - UFO Invasion | C++ (GCC 9.2.1) | AtCoder *100 |
Oct/09/2021 19:51 |
| 270 | B - Failing Grade | C++ (GCC 9.2.1) | AtCoder *200 |
Oct/09/2021 18:25 |
| 269 | A - Four Digits | C++ (GCC 9.2.1) | AtCoder *100 |
Oct/09/2021 18:04 |
| 268 | A - Consecutive Sum Riddle | GNU C++17 | math *800 |
Oct/08/2021 21:16 |
| 267 | A - Digit Game | GNU C++17 | games greedy implementation *900 |
Oct/07/2021 22:21 |
| 266 | A - New Year Candles | GNU C++17 | implementation *1000 |
Oct/06/2021 21:35 |
| 265 | A - Olesya and Rodion | GNU C++17 | math *1000 |
Oct/05/2021 20:58 |
| 264 | A - HQ9+ | GNU C++17 | implementation *900 |
Oct/04/2021 21:28 |
| 263 | A - Chat room | GNU C++17 | greedy strings *1000 |
Oct/04/2021 20:45 |
| 262 | B - Taxi | GNU C++17 | *special problem greedy implementation *1100 |
Oct/03/2021 14:12 |
| 261 | B - Good String | GNU C++17 | implementation strings *1200 |
Oct/03/2021 10:41 |
| 260 | B - Strings Equalization | GNU C++17 | strings *1000 |
Oct/02/2021 21:50 |
| 259 | B - typo | C++ (GCC 9.2.1) | AtCoder *200 |
Oct/02/2021 19:48 |
| 258 | A - Seismic magnitude scales | C++ (GCC 9.2.1) | AtCoder *100 |
Oct/02/2021 18:07 |
| 257 | B - Xenia and Ringroad | GNU C++17 | implementation *1000 |
Oct/01/2021 21:47 |
| 256 | A - Fafa and his Company | GNU C++17 | brute force implementation *800 |
Sep/30/2021 21:48 |
| 255 | E1 - Permutation Minimization by Deque | GNU C++17 | constructive algorithms greedy math *1000 |
Sep/29/2021 21:08 |
| 254 | A - Casimir's String Solitaire | GNU C++17 | math strings *800 |
Sep/28/2021 20:44 |
| 253 | A - Find Multiple | C++ (GCC 9.2.1) | AtCoder *100 |
Sep/28/2021 20:23 |
| 252 | A - Lucky Division | GNU C++17 | brute force number theory *1000 |
Sep/28/2021 01:14 |
| 251 | A - Mahmoud and Ehab and the even-odd game | GNU C++17 | games math *800 |
Sep/27/2021 14:03 |
| 250 | A - Duff and Meat | GNU C++17 | greedy *900 |
Sep/26/2021 20:22 |
| 249 | A - Gennady and a Card Game | GNU C++17 | brute force implementation *800 |
Sep/25/2021 15:11 |
| 248 | A - New Generation ABC | C++ (GCC 9.2.1) | AtCoder *100 |
Sep/24/2021 23:51 |
| 247 | A - K-divisible Sum | GNU C++17 | binary search constructive algorithms greedy math *1000 |
Sep/24/2021 20:41 |
| 246 | A - Sum of Odd Integers | GNU C++17 | math *1100 |
Sep/23/2021 20:06 |
| 245 | A - New Year Transportation | GNU C++17 | dfs and similar graphs implementation *1000 |
Sep/23/2021 00:13 |
| 244 | A - Cinema Line | GNU C++17 | greedy implementation *1100 |
Sep/22/2021 23:41 |
| 243 | B - Reversing Encryption | GNU C++17 | implementation *900 |
Sep/22/2021 15:28 |
| 242 | A - Dense Array | GNU C++17 | greedy math *800 |
Sep/21/2021 20:57 |
| 241 | A - New Year and Hurry | GNU C++17 | binary search brute force implementation math *800 |
Sep/21/2021 01:16 |
| 240 | B - Combinatorics Homework | GNU C++17 | combinatorics greedy math *1100 |
Sep/20/2021 22:07 |
| 239 | A - Regular Bracket Sequences | GNU C++17 | constructive algorithms *800 |
Sep/20/2021 20:53 |
| 238 | B - Maritozzo | C++ (GCC 9.2.1) | AtCoder *200 |
Sep/20/2021 19:28 |
| 237 | A - AtCoder Quiz 2 | C++ (GCC 9.2.1) | AtCoder *100 |
Sep/20/2021 19:18 |
| 236 | A - String Task | GNU C++17 | implementation strings *1000 |
Sep/20/2021 13:30 |
| 235 | A - Remove Duplicates | GNU C++17 | implementation *800 |
Sep/20/2021 12:18 |
| 234 | B - File Name | GNU C++17 | greedy strings *800 |
Sep/20/2021 12:03 |
| 233 | A - Dungeon | GNU C++17 | binary search math *1100 |
Sep/19/2021 10:55 |
| 232 | A - Shovels and Swords | GNU C++17 | binary search greedy math *1100 |
Sep/19/2021 00:13 |
| 231 | A - Countdown | GNU C++17 | greedy *800 |
Sep/18/2021 20:55 |
| 230 | A - Little Artem | GNU C++17 | constructive algorithms *1000 |
Sep/18/2021 00:24 |
| 229 | A - Eshag Loves Big Arrays | GNU C++17 | constructive algorithms greedy math *800 |
Sep/17/2021 22:31 |
| 228 | A - Replacing Elements | GNU C++17 | greedy implementation math sortings *800 |
Sep/17/2021 21:50 |
| 227 | B - Buttons | GNU C++17 | implementation math *1000 |
Sep/16/2021 00:11 |
| 226 | A - Games | GNU C++17 | brute force *800 |
Sep/15/2021 23:35 |
| 225 | A - Arpaβs hard exam and Mehrdadβs naive cheat | GNU C++17 | implementation math number theory *1000 |
Sep/15/2021 11:03 |
| 224 | A - ACM ICPC | GNU C++17 | brute force *1000 |
Sep/15/2021 10:41 |
| 223 | A - Tit for Tat | GNU C++17 | greedy *800 |
Sep/14/2021 22:01 |
| 222 | A - Sum of Round Numbers | GNU C++17 | implementation math *800 |
Sep/13/2021 20:56 |
| 221 | B - MIN-MEX Cut | GNU C++17 | bitmasks constructive algorithms dp greedy *800 |
Sep/12/2021 22:18 |
| 220 | A - Median Maximization | GNU C++17 | binary search greedy math *800 |
Sep/12/2021 20:57 |
| 219 | A - Balanced Substring | GNU C++17 | implementation *800 |
Sep/11/2021 22:59 |
| 218 | A - Weather Forecast | C++ (GCC 9.2.1) | AtCoder *100 |
Sep/11/2021 22:57 |
| 217 | A - And Then There Were K | GNU C++17 | bitmasks *800 |
Sep/10/2021 20:23 |
| 216 | A - Anti-knapsack | GNU C++17 | constructive algorithms greedy *800 |
Sep/09/2021 01:17 |
| 215 | B - Friends and Candies | GNU C++17 | greedy math *800 |
Sep/08/2021 22:29 |
| 214 | A - k-Factorization | GNU C++17 | implementation math number theory *1100 |
Sep/07/2021 22:08 |
| 213 | B - Palindrome with leading zeros | C++ (GCC 9.2.1) | AtCoder *200 |
Sep/07/2021 00:59 |
| 212 | B - MEXor Mixup | GNU C++17 | bitmasks greedy *1000 |
Sep/07/2021 00:55 |
| 211 | A - Domino Disaster | GNU C++17 | implementation strings *800 |
Sep/05/2021 20:41 |
| 210 | A - Ultra-Fast Mathematician | GNU C++17 | implementation *800 |
Sep/05/2021 18:24 |
| 209 | A - A pile of stones | GNU C++17 | implementation math *800 |
Sep/05/2021 01:29 |
| 208 | B - AtCoder Quiz | C++ (GCC 9.2.1) | AtCoder *200 |
Sep/04/2021 21:52 |
| 207 | A - Lexicographic Order | C++ (GCC 9.2.1) | AtCoder *100 |
Sep/04/2021 21:44 |
| 206 | B - Array Reodering | GNU C++17 | brute force greedy math number theory sortings *900 |
Sep/04/2021 20:40 |
| 205 | C - Fibonacci Words | GNU C++17 | *special problem implementation *1400 |
Sep/03/2021 00:41 |
| 204 | B - DMCA | GNU C++17 | *special problem implementation number theory *1600 |
Sep/03/2021 00:34 |
| 203 | A - Is it rated - 2 | GNU C++17 | *special problem implementation interactive *900 |
Sep/03/2021 00:25 |
| 202 | B - Codeforces Subsequences | GNU C++17 | brute force constructive algorithms greedy math strings *1500 |
Sep/02/2021 13:06 |
| 201 | A - C+= | GNU C++17 | brute force greedy implementation math *800 |
Sep/02/2021 12:34 |
| 200 | B - log2(N) | C++ (GCC 9.2.1) | AtCoder *200 |
Sep/02/2021 01:39 |
| 199 | B - Mocha and Red and Blue | GNU C++17 | dp greedy *900 |
Sep/02/2021 00:50 |
| 198 | B - Almost Rectangle | GNU C++17 | implementation *800 |
Sep/01/2021 21:29 |
| 197 | A - Potion-making | GNU C++17 | math number theory *800 |
Aug/31/2021 21:46 |
| 196 | A - XORwice | GNU C++17 | bitmasks greedy math *800 |
Aug/30/2021 00:29 |
| 195 | A - Signed Difficulty | C++ (GCC 9.2.1) | AtCoder *100 |
Aug/29/2021 23:12 |
| 194 | A - A Variety of Operations | GNU C++17 | math *800 |
Aug/29/2021 20:54 |
| 193 | A - Road To Zero | GNU C++17 | greedy math *1000 |
Aug/29/2021 19:12 |
| 192 | A - Favorite Sequence | GNU C++17 | implementation two pointers *800 |
Aug/27/2021 00:37 |
| 191 | A - The Miracle and the Sleeper | GNU C++17 | greedy math *800 |
Aug/26/2021 20:52 |
| 190 | B - Permutation Check | C++ (GCC 9.2.1) | AtCoder *200 |
Aug/26/2021 19:19 |
| 189 | A - Prison Break | GNU C++17 | constructive algorithms *800 |
Aug/26/2021 12:40 |
| 188 | A - Repression | C++ (GCC 9.2.1) | AtCoder *100 |
Aug/26/2021 12:33 |
| 187 | A - Wizard of Orz | GNU C++17 | constructive algorithms greedy math *900 |
Aug/26/2021 01:37 |
| 186 | A - Simply Strange Sort | GNU C++17 | brute force implementation sortings *800 |
Aug/24/2021 21:49 |
| 185 | A - Little Elephant and Rozdil | GNU C++17 | brute force implementation *900 |
Aug/23/2021 23:09 |
| 184 | B - AccurateLee | GNU C++17 | greedy implementation strings *1200 |
Aug/22/2021 19:17 |
| 183 | A - FashionabLee | GNU C++17 | geometry math *800 |
Aug/22/2021 19:01 |
| 182 | A - Most Unstable Array | GNU C++17 | constructive algorithms greedy math *800 |
Aug/22/2021 11:41 |
| 181 | B - Kana and Dragon Quest game | GNU C++17 | greedy implementation math *900 |
Aug/22/2021 00:14 |
| 180 | A - Cheap Travel | GNU C++17 | implementation *1200 |
Aug/21/2021 23:34 |
| 179 | A - Laptops | GNU C++17 | sortings *1100 |
Aug/21/2021 23:16 |
| 178 | B - 01 Game | GNU C++17 | games *900 |
Aug/20/2021 20:40 |
| 177 | C - Infinity Table | GNU C++17 | implementation math *800 |
Aug/19/2021 21:25 |
| 176 | B - Who's Opposite? | GNU C++17 | math *800 |
Aug/18/2021 21:05 |
| 175 | A - Dislike of Threes | GNU C++17 | implementation *800 |
Aug/18/2021 20:49 |
| 174 | A - Marketing Scheme | GNU C++17 | brute force constructive algorithms greedy math *800 |
Aug/17/2021 10:14 |
| 173 | A - Mocha and Math | GNU C++17 | bitmasks constructive algorithms math *900 |
Aug/16/2021 13:51 |
| 172 | A - Distance and Axis | GNU C++17 | constructive algorithms math *900 |
Aug/15/2021 19:32 |
| 171 | B - Sale | GNU C++17 | greedy sortings *900 |
Aug/14/2021 21:38 |
| 170 | A - Fake NP | GNU C++17 | greedy math *1000 |
Aug/14/2021 01:41 |
| 169 | A - Candies | GNU C++17 | brute force math *900 |
Aug/14/2021 01:16 |
| 168 | A - Is it rated? | GNU C++17 | *special problem |
Aug/13/2021 21:38 |
| 167 | A - Juicer | GNU C++17 | implementation *900 |
Aug/13/2021 21:33 |
| 166 | A - cAPS lOCK | GNU C++17 | implementation strings *1000 |
Aug/12/2021 21:34 |
| 165 | A - Deadline | GNU C++17 | binary search brute force math ternary search *1100 |
Aug/12/2021 21:08 |
| 164 | A - Brain's Photos | GNU C++17 | implementation *800 |
Aug/12/2021 19:46 |
| 163 | B - Jumps | GNU C++17 | constructive algorithms math *1200 |
Aug/11/2021 20:31 |
| 162 | A - Strange Functions | GNU C++17 | math number theory *800 |
Aug/11/2021 20:11 |
| 161 | C - Ping-pong | GNU C++17 | constructive algorithms games math *1100 |
Aug/11/2021 19:58 |
| 160 | A - Telephone Number | GNU C++17 | brute force greedy strings *800 |
Aug/11/2021 01:18 |
| 159 | A - Three Piles of Candies | GNU C++17 | brute force constructive algorithms math *800 |
Aug/11/2021 01:06 |
| 158 | A - IQ test | GNU C++17 | brute force *1300 |
Aug/10/2021 22:27 |
| 157 | A - Magical Sticks | GNU C++17 | math *800 |
Aug/10/2021 21:57 |
| 156 | A - Kefa and First Steps | GNU C++17 | brute force dp implementation *900 |
Aug/10/2021 20:43 |
| 155 | A - Ezzat and Two Subsequences | GNU C++17 | brute force math sortings *800 |
Aug/09/2021 22:07 |
| 154 | A - Dragons | GNU C++17 | greedy sortings *1000 |
Aug/09/2021 00:59 |
| 153 | A - Arena | GNU C++17 | implementation sortings *800 |
Aug/08/2021 01:04 |
| 152 | B - Customising the Track | GNU C++17 | combinatorics greedy math *900 |
Aug/07/2021 22:16 |
| 151 | A - Phoenix and Balance | GNU C++17 | greedy math *800 |
Aug/07/2021 01:08 |
| 150 | B - Ordinary Numbers | GNU C++17 | brute force math number theory *800 |
Aug/07/2021 00:49 |
| 149 | B - New Year's Number | GNU C++17 | brute force dp math *900 |
Aug/06/2021 01:45 |
| 148 | A - Epic Game | GNU C++17 | implementation *800 |
Aug/06/2021 01:35 |
| 147 | A - Odd Divisor | GNU C++17 | math number theory *900 |
Aug/06/2021 01:02 |
| 146 | A - Red and Blue Beans | GNU C++17 | math *800 |
Aug/05/2021 20:48 |
| 145 | A - Spy Detected! | GNU C++17 | brute force implementation *800 |
Aug/05/2021 01:49 |
| 144 | A - Sum of 2050 | GNU C++17 | greedy math *800 |
Aug/05/2021 00:55 |
| 143 | A - Vanya and Cubes | GNU C++17 | implementation *800 |
Aug/04/2021 23:26 |
| 142 | B - Gifts Fixing | GNU C++17 | greedy *800 |
Aug/03/2021 23:42 |
| 141 | A - Watermelon | PyPy 3 | brute force math *800 |
Aug/03/2021 00:02 |
| 140 | A - Anton and Letters | GNU C++17 | constructive algorithms implementation *800 |
Aug/02/2021 23:21 |
| 139 | A - Insomnia cure | GNU C++17 | constructive algorithms implementation math *800 |
Aug/02/2021 22:14 |
| 138 | A - Required Remainder | GNU C++17 | math *800 |
Aug/02/2021 21:18 |
| 137 | A - Gregor and Cryptography | GNU C++17 | math number theory *800 |
Aug/01/2021 21:08 |
| 136 | B - Balanced Array | GNU C++17 | constructive algorithms math *800 |
Aug/01/2021 20:36 |
| 135 | A - Short Substrings | GNU C++17 | implementation strings *800 |
Jul/31/2021 21:17 |
| 134 | A - Alloy | C++ (GCC 9.2.1) | AtCoder *100 |
Jul/31/2021 18:35 |
| 133 | A - PizzaForces | GNU C++17 | brute force math *900 |
Jul/30/2021 21:20 |
| 132 | A - Cherry | GNU C++17 | greedy *800 |
Jul/30/2021 00:21 |
| 131 | A - Panoramix's Prediction | GNU C++17 | brute force *800 |
Jul/28/2021 12:18 |
| 130 | A - Buy a Shovel | GNU C++17 | brute force constructive algorithms implementation math *800 |
Jul/27/2021 22:04 |
| 129 | A - Army | GNU C++17 | implementation *800 |
Jul/27/2021 21:48 |
| 128 | A - Tak and Hotels (ABC Edit) | C++ (GCC 9.2.1) | AtCoder *100 |
Jul/26/2021 23:56 |
| 127 | A - Remove Smallest | GNU C++17 | greedy sortings *800 |
Jul/26/2021 22:54 |
| 126 | A - Game | GNU C++17 | sortings *800 |
Jul/26/2021 21:13 |
| 125 | A - Parking | C++ (GCC 9.2.1) | AtCoder *100 |
Jul/26/2021 15:02 |
| 124 | A - Task Scheduling Problem | C++ (GCC 9.2.1) | AtCoder *100 |
Jul/26/2021 13:15 |
| 123 | B - Construct the String | GNU C++17 | constructive algorithms *900 |
Jul/26/2021 12:30 |
| 122 | A - Candies and Two Sisters | GNU C++17 | math *800 |
Jul/26/2021 12:18 |
| 121 | A - Subsequence Permutation | GNU C++17 | sortings strings *800 |
Jul/25/2021 21:38 |
| 120 | A - Vasya the Hipster | GNU C++17 | implementation math *800 |
Jul/25/2021 20:28 |
| 119 | A - Polycarp and Coins | GNU C++17 | greedy math *800 |
Jul/25/2021 20:25 |
| 118 | A - Game With Sticks | GNU C++17 | implementation *900 |
Jul/25/2021 00:18 |
| 117 | A - Crazy Computer | GNU C++17 | implementation *800 |
Jul/24/2021 22:50 |
| 116 | A - Blood Pressure | C++ (GCC 9.2.1) | AtCoder *100 |
Jul/24/2021 18:09 |
| 115 | B1 - Wonderful Coloring - 1 | GNU C++17 | greedy strings *800 |
Jul/23/2021 23:38 |
| 114 | A - I'm bored with life | GNU C++17 | implementation math number theory *800 |
Jul/23/2021 14:44 |
| 113 | A - Even Odds | GNU C++17 | math *900 |
Jul/23/2021 12:42 |
| 112 | A - I Wanna Be the Guy | GNU C++17 | greedy implementation *800 |
Jul/23/2021 11:39 |
| 111 | A - Digits Sum | GNU C++17 | math number theory *800 |
Jul/22/2021 21:00 |
| 110 | A - Hit the Lottery | GNU C++17 | dp greedy *800 |
Jul/21/2021 19:26 |
| 109 | A - Divisibility Problem | GNU C++17 | math *800 |
Jul/20/2021 22:55 |
| 108 | A - Average Height | GNU C++17 | constructive algorithms *800 |
Jul/20/2021 22:37 |
| 107 | A - Review Site | GNU C++17 | greedy *800 |
Jul/20/2021 20:35 |
| 106 | A - Binary Decimal | GNU C++17 | greedy math *800 |
Jul/19/2021 09:22 |
| 105 | A - Cabbages | C++ (GCC 9.2.1) | AtCoder *100 |
Jul/17/2021 20:09 |
| 104 | A - Minutes Before the New Year | GNU C++17 | math *800 |
Jul/16/2021 21:55 |
| 103 | A - Magnets | GNU C++17 | implementation *800 |
Jul/16/2021 21:26 |
| 102 | A - Find The Array | GNU C++17 | greedy math *800 |
Jul/14/2021 21:06 |
| 101 | A - Large Digits | C++ (GCC 9.2.1) | AtCoder *100 |
Jul/14/2021 11:50 |
| 100 | A - Repeating Cipher | GNU C++17 | implementation *800 |
Jul/13/2021 23:53 |
| 99 | B - Comparing Strings | C++ (GCC 9.2.1) | AtCoder *200 |
Jul/13/2021 23:17 |
| 98 | A - AC or WA | C++ (GCC 9.2.1) | AtCoder *100 |
Jul/13/2021 23:10 |
| 97 | A - Cards | GNU C++17 | implementation sortings strings *800 |
Jul/13/2021 22:27 |
| 96 | B - Snake Toy | C++ (GCC 9.2.1) | AtCoder *200 |
Jul/13/2021 11:51 |
| 95 | A - Sharing Cookies | C++ (GCC 9.2.1) | AtCoder *100 |
Jul/13/2021 10:33 |
| 94 | A - AquaMoon and Two Arrays | GNU C++17 | brute force greedy *800 |
Jul/11/2021 21:59 |
| 93 | A - Shortest Path with Obstacle | GNU C++17 | implementation math *800 |
Jul/10/2021 22:29 |
| 92 | B - Can you buy them all? | C++ (GCC 9.2.1) | AtCoder *200 |
Jul/10/2021 19:14 |
| 91 | A - Counting | C++ (GCC 9.2.1) | AtCoder *100 |
Jul/10/2021 18:32 |
| 90 | A - Theatre Square | GNU C++17 | math *1000 |
Jul/09/2021 22:15 |
| 89 | A - Exciting Bets | GNU C++17 | greedy math number theory *900 |
Jul/07/2021 22:03 |
| 88 | A - ABC Preparation | C++ (GCC 9.2.1) | AtCoder *100 |
Jul/07/2021 13:26 |
| 87 | A - The Rank | GNU C++17 | implementation *800 |
Jul/07/2021 12:58 |
| 86 | A - Again Twenty Five! | GNU C++17 | number theory *800 |
Jul/07/2021 01:54 |
| 85 | A - Toy Army | GNU C++17 | math number theory *900 |
Jul/07/2021 01:51 |
| 84 | A - Three Pairwise Maximums | GNU C++17 | math *800 |
Jul/07/2021 01:08 |
| 83 | A - Maximum in Table | GNU C++17 | brute force implementation *800 |
Jul/07/2021 00:16 |
| 82 | A - Holiday Of Equality | GNU C++17 | implementation math *800 |
Jul/06/2021 22:13 |
| 81 | A - Add Odd or Subtract Even | GNU C++17 | greedy implementation math *800 |
Jul/03/2021 23:17 |
| 80 | A - Odd Set | GNU C++17 | math *800 |
Jul/03/2021 21:45 |
| 79 | A - Presents | GNU C++17 | implementation *800 |
Jul/02/2021 00:17 |
| 78 | A - Vanya and Fence | GNU C++17 | implementation *800 |
Jul/01/2021 23:03 |
| 77 | A - Perfect Permutation | GNU C++17 | implementation math *800 |
Jun/30/2021 21:09 |
| 76 | A - Collecting Coins | GNU C++17 | math *800 |
Jun/28/2021 19:38 |
| 75 | A - Soft Drinking | GNU C++17 | implementation math *800 |
Jun/27/2021 14:44 |
| 74 | A - Bachgold Problem | GNU C++17 | greedy implementation math number theory *800 |
Jun/26/2021 20:18 |
| 73 | A - Maximum GCD | GNU C++17 | greedy implementation math number theory *800 |
Jun/26/2021 19:58 |
| 72 | A - Pretty Permutations | GNU C++17 | constructive algorithms greedy implementation *800 |
Jun/25/2021 22:50 |
| 71 | A - QAQ | GNU C++17 | brute force dp *800 |
Jun/24/2021 23:44 |
| 70 | A - Slot | Python (3.8.2) | AtCoder *100 |
Jun/23/2021 23:22 |
| 69 | A - George and Accommodation | GNU C++17 | implementation *800 |
Jun/23/2021 22:06 |
| 68 | A - Is your horseshoe on the other hoof? | GNU C++17 | implementation *800 |
Jun/23/2021 21:03 |
| 67 | B - Drinks | GNU C++17 | implementation math *800 |
Jun/23/2021 02:24 |
| 66 | A - Mishka and Game | GNU C++17 | implementation *800 |
Jun/23/2021 01:26 |
| 65 | A - Beautiful Year | GNU C++17 | brute force *800 |
Jun/22/2021 22:27 |
| 64 | B - Queue at the School | GNU C++14 | constructive algorithms graph matchings implementation shortest paths *800 |
Jun/21/2021 23:54 |
| 63 | A - Translation | GNU C++17 | implementation strings *800 |
Jun/21/2021 20:36 |
| 62 | A - Nearly Lucky Number | GNU C++17 | implementation *800 |
Jun/20/2021 12:24 |
| 61 | A - Anton and Danik | GNU C++17 | implementation strings *800 |
Jun/19/2021 22:47 |
| 60 | B - Borze | GNU C++17 | expression parsing implementation *800 |
Jun/19/2021 20:09 |
| 59 | B - Savings | C++ (GCC 9.2.1) | AtCoder *200 |
Jun/19/2021 19:42 |
| 58 | A - Maxi-Buying | C++ (GCC 9.2.1) | AtCoder *100 |
Jun/19/2021 18:08 |
| 57 | B - Bad Boy | GNU C++17 | constructive algorithms greedy math *900 |
Jun/18/2021 22:20 |
| 56 | A - Arithmetic Array | GNU C++17 | greedy math *800 |
Jun/18/2021 21:45 |
| 55 | A - Young Physicist | GNU C++14 | implementation math *1000 |
Jun/16/2021 22:28 |
| 54 | A - Remaining Time | C++ (GCC 9.2.1) | AtCoder *100 |
Jun/16/2021 00:12 |
| 53 | A - Tram | GNU C++17 | implementation *800 |
Jun/14/2021 22:28 |
| 52 | A - kcal | C++ (GCC 9.2.1) | AtCoder *100 |
Jun/13/2021 18:15 |
| 51 | A - Football | GNU C++17 | implementation strings *900 |
Jun/07/2021 15:31 |
| 50 | A - Rock-paper-scissors | C++ (GCC 9.2.1) | AtCoder *100 |
Jun/06/2021 19:39 |
| 49 | A - Fair Playoff | GNU C++14 | brute force implementation *800 |
Jun/04/2021 22:42 |
| 48 | A - Boy or Girl | GNU C++14 | brute force implementation strings *800 |
Jun/03/2021 14:48 |
| 47 | A - Elephant | GNU C++14 | math *800 |
Jun/03/2021 11:55 |
| 46 | A - Soldier and Bananas | GNU C++14 | brute force implementation math *800 |
Jun/03/2021 00:15 |
| 45 | A - Word Capitalization | GNU C++14 | implementation strings *800 |
Jun/02/2021 12:43 |
| 44 | A - One Card Poker | C++ (GCC 9.2.1) | AtCoder *100 |
Jun/01/2021 19:44 |
| 43 | A - Restoring Three Numbers | GNU C++14 | math *800 |
Jun/01/2021 19:09 |
| 42 | A - Helpful Maths | GNU C++14 | greedy implementation sortings strings *800 |
May/31/2021 13:36 |
| 41 | A - Very Very Primitive Game | C++ (GCC 9.2.1) | AtCoder *100 |
May/31/2021 02:14 |
| 40 | A - Design Tutorial: Learn from Math | GNU C++14 | math number theory *800 |
May/30/2021 23:17 |
| 39 | A - Police Recruits | GNU C++14 | implementation *800 |
May/30/2021 23:10 |
| 38 | A - Word | GNU C++14 | implementation strings *800 |
May/30/2021 23:05 |
| 37 | B - AtCoder Condominium | C++ (GCC 9.2.1) | AtCoder *200 |
May/30/2021 19:46 |
| 36 | A - Chinchirorin | C++ (GCC 9.2.1) | AtCoder *100 |
May/30/2021 18:49 |
| 35 | A - I_love_%username% | GNU C++14 | brute force *800 |
May/27/2021 22:26 |
| 34 | A - In Search of an Easy Problem | GNU C++14 | implementation *800 |
May/27/2021 00:27 |
| 33 | A - Calculating Function | GNU C++14 | implementation math *800 |
May/27/2021 00:00 |
| 32 | A - Pangram | GNU C++14 | implementation strings *800 |
May/26/2021 21:45 |
| 31 | A - Hulk | GNU C++14 | implementation *800 |
May/25/2021 19:53 |
| 30 | A - Rotate | C++ (GCC 9.2.1) | AtCoder *100 |
May/19/2021 13:15 |
| 29 | A - 9x9 | C++ (GCC 9.2.1) | AtCoder *100 |
May/18/2021 21:40 |
| 28 | B - Unhappy Hacking (ABC Edit) | C++ (GCC 9.2.1) | AtCoder *200 |
May/18/2021 21:22 |
| 27 | A - Children and Candies (ABC Edit) | C++ (GCC 9.2.1) | AtCoder *100 |
May/18/2021 21:15 |
| 26 | D - Candy Distribution | C++ (GCC 9.2.1) | AtCoder *400 |
May/17/2021 22:43 |
| 25 | C - Base -2 Number | C++ (GCC 9.2.1) | AtCoder *300 |
May/17/2021 22:41 |
| 24 | B - Cakes and Donuts | C++ (GCC 9.2.1) | AtCoder *200 |
May/17/2021 22:38 |
| 23 | A - AtCoder Crackers | C++ (GCC 9.2.1) | AtCoder *100 |
May/17/2021 22:01 |
| 22 | A - Nastia and Nearly Good Numbers | GNU C++14 | constructive algorithms math number theory *1000 |
May/08/2021 22:20 |
| 21 | C - Ringo's Favorite Numbers 2 | C++ (GCC 9.2.1) | AtCoder *300 |
May/08/2021 21:32 |
| 20 | B - 200th ABC-200 | C++ (GCC 9.2.1) | AtCoder *200 |
May/08/2021 21:17 |
| 19 | A - Century | C++ (GCC 9.2.1) | AtCoder *100 |
May/08/2021 20:49 |
| 18 | A - Do Not Be Distracted! | GNU C++17 | brute force implementation *800 |
May/05/2021 21:43 |
| 17 | A - Password | C++ (GCC 9.2.1) | AtCoder *100 |
May/04/2021 21:10 |
| 16 | A - Wrong Subtraction | GNU C++17 | implementation *800 |
Apr/16/2021 23:55 |
| 15 | A - Bear and Big Brother | GNU C++17 | implementation *800 |
Apr/14/2021 21:08 |
| 14 | A - Stones on the Table | GNU C++17 | implementation *800 |
Apr/12/2021 01:03 |
| 13 | A - Game | GNU C++17 | constructive algorithms math *800 |
Apr/12/2021 00:35 |
| 12 | A - Div | C++ (GCC 9.2.1) | AtCoder *100 |
Apr/11/2021 19:43 |
| 11 | A - Beautiful Matrix | GNU C++17 | implementation *800 |
Apr/08/2021 23:56 |
| 10 | A - Music | GNU C++17 | implementation math *1500 |
Apr/07/2021 10:55 |
| 9 | A - Petya and Strings | GNU C++17 | implementation strings *800 |
Apr/05/2021 22:45 |
| 8 | A - Bit++ | GNU C++17 | implementation *800 |
Apr/03/2021 21:16 |
| 7 | A - Domino piling | GNU C++17 | greedy math *800 |
Apr/03/2021 21:10 |
| 6 | A - Next Round | GNU C++17 | *special problem implementation *800 |
Apr/03/2021 21:01 |
| 5 | A - Team | GNU C++17 | brute force greedy *800 |
Apr/03/2021 20:52 |
| 4 | A - Way Too Long Words | GNU C++17 | strings *800 |
Apr/03/2021 20:43 |
| 3 | B - Trapezoid Sum | C++ (GCC 9.2.1) | AtCoder *200 |
Nov/28/2020 19:18 |
| 2 | A - Heavy Rotation | C++ (GCC 9.2.1) | AtCoder *100 |
Nov/28/2020 19:13 |
| 1 | A - box | C++ (GCC 9.2.1) | AtCoder *100 |
Nov/28/2020 18:49 |