atcoder_official's blog

By atcoder_official, history, 14 months ago, In English

We will hold AtCoder Regular Contest 193 (Div. 1).

The point values will be 700-800-1000-1000.

We are looking forward to your participation!

  • Vote: I like it
  • +124
  • Vote: I do not like it

| Write comment?
»
14 months ago, hide # |
Rev. 2  
Vote: I like it +29 Vote: I do not like it

Will every future ARC Div.1 be extended by half an hour?

»
14 months ago, hide # |
 
Vote: I like it +28 Vote: I do not like it

Excellent! There are 30 more minutes for us to solve the problems. Wish everyone a good play!

»
14 months ago, hide # |
 
Vote: I like it +37 Vote: I do not like it

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

»
14 months ago, hide # |
 
Vote: I like it +27 Vote: I do not like it

Be careful of ARC AGC-ization!

»
14 months ago, hide # |
 
Vote: I like it +6 Vote: I do not like it

Fewer but tougher problems is a much better contest format. Would be better if ABC and ARC div. 2 followed in the same direction and converged to 3-4 problem contests. Quality over quantity.

»
14 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

Problem C can be easily solved using two-variable polynomials and NTT, but I didn't have the code template for it so I wasted a lot of time trying to come up with an $$$O(n^3)$$$ solution.

»
14 months ago, hide # |
 
Vote: I like it +16 Vote: I do not like it

In the editorial for problem A, it mentions:

b[i]:= Lv​≥i max ​W

shouldn't this be min as well? am I missing something?

»
14 months ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

What is the dp transition for B on earth? Don’t quite understand the editorial.

»
14 months ago, hide # |
Rev. 4  
Vote: I like it 0 Vote: I do not like it

Good contest