When submitting a solution in C++, please select either C++14 (GCC 6-32) or C++17 (GCC 7-32) as your compiler. ×

adnan_toky's blog

By adnan_toky, history, 3 years ago, In English

Who doesn't like short statements? (or maybe just me!)

Sometimes I get bored reading long statements while practicing and search for the problems with short statements. So I filtered such problems and ordered them by their statement size. I thought of sharing the list with everyone. Hope it may help the lazy programmers like me!


Problems (Categorized by Difficulty):

1800
1900
2000
2100
2200
2400

Remember that a short statement doesn't mean a simple and clear statement.

  • Vote: I like it
  • +289
  • Vote: I do not like it

| Write comment?
»
3 years ago, # |
  Vote: I like it +49 Vote: I do not like it

Most of the time I skip problems because of long statements, this list is brilliant!

»
3 years ago, # |
  Vote: I like it +55 Vote: I do not like it

This is Atcoderized Codeforces

»
3 years ago, # |
  Vote: I like it +4 Vote: I do not like it

Thank You so much for this. When I practice I just want to get to the main idea of the problem instead of reading long statements(nothing against long statement problems though). You have no idea how much time you have saved me!

»
3 years ago, # |
  Vote: I like it +10 Vote: I do not like it

Thanks for your help.I am also lazy.

»
3 years ago, # |
  Vote: I like it +6 Vote: I do not like it

Will surely bookmark this,thankyou soo much

»
3 years ago, # |
  Vote: I like it +8 Vote: I do not like it

Very useful and needed stuff !!

»
3 years ago, # |
  Vote: I like it +8 Vote: I do not like it

Thanks for sharing your hard work with the true LAZY programmers like me!!

»
3 years ago, # |
  Vote: I like it +4 Vote: I do not like it

this is really, very helpful and nice effort you put into but can you also the same for problems rated form 1000 to 1200, that might be also veyr helpful

thanks.

»
3 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

-

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Thanks for the blog. Also will it be possible for Codeforces to add this as a tag choice. So we can just use the tag filter to sort out such problems. It will be very helpful.

»
3 years ago, # |
  Vote: I like it +5 Vote: I do not like it

1331A - Is it rated?. Very short statement

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

Have you compiled it manually or made it with some codes ?

»
3 years ago, # |
  Vote: I like it +7 Vote: I do not like it

adnan_toky can you add 2500-3000 problems too? :)

  • »
    »
    3 years ago, # ^ |
      Vote: I like it 0 Vote: I do not like it

    I can. Basically, I made the list for my personal practice purpose. As I solve in the range of 1700-2400, I only included them.

»
3 years ago, # |
  Vote: I like it 0 Vote: I do not like it

What about 1200-1600 category? Can you compile those?

»
3 years ago, # |
Rev. 2   Vote: I like it 0 Vote: I do not like it

Remove 7th problem in 1800: Heidi and Library (medium). (Not having short statement).

Edit: Also 8th. (Only language available is Factor)

»
3 years ago, # |
  Vote: I like it +2 Vote: I do not like it

I'm so glad to see my own problem in the list:) Made my day.

»
3 years ago, # |
  Vote: I like it +8 Vote: I do not like it

Inspired by this, I have compiled a more complete list of shortest problems.

Github link

»
3 years ago, # |
  Vote: I like it +6 Vote: I do not like it

»
3 years ago, # |
  Vote: I like it +4 Vote: I do not like it

Add all problems of todays contest, lol

»
3 years ago, # |
  Vote: I like it +3 Vote: I do not like it

Amazing List