_Halabi's blog

By _Halabi, history, 12 months ago, In English

207259291

/* the idea is to take the k smallest elements in vector and by prefix array check all the choices to find the mi answer */

  • Vote: I like it
  • -22
  • Vote: I do not like it

»
12 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by _Halabi (previous revision, new revision, compare).

»
12 months ago, # |
  Vote: I like it 0 Vote: I do not like it

Auto comment: topic has been updated by _Halabi (previous revision, new revision, compare).

»
12 months ago, # |
  Vote: I like it +1 Vote: I do not like it
Test:
  • »
    »
    12 months ago, # ^ |
      Vote: I like it +1 Vote: I do not like it

    how can i find cases like 150 or 300 ? does codeforces provide easy way to find it. thanks!