wuhudsm's blog

By wuhudsm, history, 19 months ago, In English

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++)
  • Vote: I like it
  • +31
  • Vote: I do not like it

»
19 months ago, hide # |
 
Vote: I like it +9 Vote: I do not like it

Nice Editorial!

  • »
    »
    19 months ago, hide # ^ |
    Rev. 2  
    Vote: I like it +1 Vote: I do not like it

    Try solving A by math :)

    • »
      »
      »
      19 months ago, hide # ^ |
       
      Vote: I like it 0 Vote: I do not like it

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

      • »
        »
        »
        »
        19 months ago, hide # ^ |
        Rev. 3  
        Vote: I like it +1 Vote: I do not like it

        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++)