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

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

A An OK Problem

Idea:Binary_Thinker

Preparer:Sultan404

solution
code(C++)

B A Cool Pair Problem

Idea:wuhudsm

Preparer:Sultan404

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:Think_Only_Once

Preparer:Think_Only_Once,wuhudsm

solution
code(C++)

F Mad MAD Sum II

Idea:wuhudsm

Preparer:Proelectro444,wuhudsm,SpyrosAliv

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
  • Проголосовать: не нравится

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

Nice Editorial!

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

    Try solving A by math :)

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

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

      • »
        »
        »
        »
        19 месяцев назад, скрыть # ^ |
        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++)