Изменения рейтингов за последние раунды временно удалены. Скоро они будут возвращены. ×

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

Автор PeterNaut, 9 лет назад, По-английски

Something like Div 2. A or B. Sometimes they can be fun to solve :P

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

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

From recent contests I've liked this. =)

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

I think this is a good one :D

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

My favourite: you need to make the correct romanian equation, and you can transport only one stick, e.g.: III+II=IIIIII+I=IIII.

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

    Is "IIII" a valid roman number though? Shouldn't it be IV? :D

    And also Roman equation, not Romanian equation :)

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

      You better take me a link to this problem, which I can't find :P . There will be more explained and some restrictions declared; And about Roman numbers — I don't know, but one day I have read about Roman numerals in here in project Euler, and IIII seems to be valid, although not the shortest.

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

fun to solve !

man, people like me struggle to solve them (:`|)

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

CEOI 2007 — Ministry

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

ioi 2013-WOMBATS is good one :)

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

    Even though you're probably joking with it, it's actually a pretty sweet problem! If you check out the solution it ain't that bad and combines some awesome techniques :P

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

My favorite is Hexadecimal's theorem. I think it's the easiest problem in CF. And problem setter wrote a hint in the problem statement and I quote:

Output three required numbers: a, b and c. If there is no answer for the test you have to print "I'm too stupid to solve this problem" without the quotes.

(Which means there is always an answer to each test!)

Interesting fact about this problem is you can solve it with 13 characters (including spaces) in some languages like Ruby. And still there are a lot of users who solve it with complex solution while it has a straight-forward solution :D