Блог пользователя incra

Автор incra, история, 7 недель назад, По-английски

I can't find many nice problems, so please drop some problems even if it's naive!

Updata: Just found out that *2100 was not hard enough :)

  • Проголосовать: нравится
  • +42
  • Проголосовать: не нравится

»
7 недель назад, # |
Rev. 2   Проголосовать: нравится +4 Проголосовать: не нравится

https://mirror.codeforces.com/contest/1360/problem/G

tbh it is a good problem but i didnt feel like it was this hard maybe cuz i solved alot of matrix problems but aye it was nice for me :)

this also might be good https://mirror.codeforces.com/contest/1154/problem/G (didnt solve yet)

»
7 недель назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

How about this one. Maybe it's a little simple, but I liked it.

»
7 недель назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится
»
7 недель назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится
»
7 недель назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится
»
7 недель назад, # |
  Проголосовать: нравится +14 Проголосовать: не нравится
»
7 недель назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится
»
7 недель назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится
General Lesson

1993D - Med-imize

Lesson

1992G - Ultra-Meow

Lesson

2002D2 - DFS Checker (Hard Version)

Lesson

2002E - Cosmic Rays

Lesson

Find Kth smallest pair distance in an array: Leetcode HARD (but simple bs actually)

Lesson

2000G - Call During the Journey

Lesson:

2008H - Sakurako's Test

Lesson
  • »
    »
    7 недель назад, # ^ |
      Проголосовать: нравится -8 Проголосовать: не нравится

    Almost all the problems in USACO.guide Gold with Normal and beyond rating are extremely good problems.

»
7 недель назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Auto comment: topic has been updated by incra (previous revision, new revision, compare).

»
7 недель назад, # |
  Проголосовать: нравится +5 Проголосовать: не нравится

I can't solve the *1900+ problem/ng

»
6 недель назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

1973D - Cat, Fox and Maximum Array Split

Reason
  • »
    »
    6 недель назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    This isn't a data structure problem

    • »
      »
      »
      6 недель назад, # ^ |
      Rev. 2   Проголосовать: нравится 0 Проголосовать: не нравится

      Does the problem become any easier if you know the array? (it actually does due to some hack solutions, but it's not trivial)

      • »
        »
        »
        »
        6 недель назад, # ^ |
          Проголосовать: нравится -8 Проголосовать: не нравится

        In that case, why force a data structure onto a problem when more obvious and intended sol is much much simpler?

        • »
          »
          »
          »
          »
          6 недель назад, # ^ |
            Проголосовать: нравится +8 Проголосовать: не нравится

          Co-author of the mentioned problem here. Originally the problem was supposed to be solved knowing the whole array, but over the time, we figured out that it impossible to cut-off unintended bruteforces while letting all implementations of the model solutions pass. Making a black-box RMQ+binary search data structure and hiding the original array was the best solution I could think of.

          So in a way, the problem is still a data-structure problem, as it requires the contestant to figure out an efficient way to use a given a data structure.

»
6 недель назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

@incra 123123123

»
6 недель назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится
»
6 недель назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

Wait,I think I have seen you on the acring web.Is that the right name?no for sure

»
6 недель назад, # |
  Проголосовать: нравится +8 Проголосовать: не нравится

I mean this problem is pretty legendary at this point: https://mirror.codeforces.com/problemset/problem/1188/B

»
6 недель назад, # |
  Проголосовать: нравится +3 Проголосовать: не нравится

https://mirror.codeforces.com/contest/2004/problem/E pretty cool game theory problem I say

»
6 недель назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

CF1989E Distance to Different

Very nice counting problem.

»
6 недель назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

A problem authored by a friend of mine and I was the first tester to solve this and did it with an unintended solution

https://mirror.codeforces.com/contest/1735/problem/E

The funniest thing is it was supposed to be a Div2C, but after testing it became Div2E and got a rating of 2400

»
6 недель назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

1994D

1975E

1844E

1673F

1188B

1158B

Warning: lots of constructive algorithms