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

Автор wuhudsm, история, 3 дня назад, По-английски

A An OK Problem

Idea:Binary_Thinker

Preparer:Ahmed_Jamal_Sultan

solution
code(C++)

B A Cool Pair Problem

Idea:wuhudsm

Preparer:Ahmed_Jamal_Sultan

solution
code(C++)

C Yet Another Cool Pair Problem

Idea:wuhudsm

Preparer:wuhudsm,heyyyankit

solution
code(C++)

D Tuples Fusion

Idea:wuhudsm

Preparer:Banis

solution
code(C++)

E Fun is Counting

Idea:Yugandhar_Master

Preparer:Yugandhar_Master,wuhudsm

solution
code(C++)

F Mad MAD Sum II

Idea:wuhudsm

Preparer:PROELECTRO444,wuhudsm

solution
code(C++)

G Not an SQRT Problem

Idea:EyadBT,wuhudsm

Preparer:EyadBT,wuhudsm

Disclaimer: different from Not a Nim Problem, it is really not an SQRT problem.

solution
code(C++)
Разбор задач Theforces Round #34 (ABC-Forces)
  • Проголосовать: нравится
  • +31
  • Проголосовать: не нравится

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

Nice Editorial!

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

    Try solving A by math :)

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

      Any hints? I didn't submit precisely because I was trying to solve it with math but ultimately got nowhere haha

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

        No problem. Just try to replace the inner two loops by counting overlapping n and k and subtracting them from the total positions of O and K.

        solution
        code(C++)