atcoder_official's blog

By atcoder_official, history, 13 days ago, In English

We will hold AtCoder Beginner Contest 472.

We are looking forward to your participation!

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

»
13 days ago, hide # |
 
Vote: I like it -8 Vote: I do not like it

It will be a nice round.

»
13 days ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

ready sir

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

I’m in my hometown. f*** Wi-Fi.

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

    You’re Chinese too, right?

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

      Yes, I can fly

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

        Yes,Chinese can fly(CCF)

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

I hope I can solve Problem E.

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

What's the difficulty level of ABC on Codeforces? Which division is it from?

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

Hope I can solve F this time QwQ

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

I hope that I can solve problem A-F.

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

I hope I can answer A, B, C, D, E

»
12 days ago, hide # |
Rev. 3  
Vote: I like it 0 Vote: I do not like it

D to G as T1 to T4 is usually the standard CSP-S difficulty.

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

My first contest on atcoder, hope I solve A, B and C.

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

I nearly forgot to sign up:)

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

Hope I can solve A to F.

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

I hope I can solve A, B, C, D and E.

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

I hope I can solve Problem F.

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

I hope to complete A, B, C, D, E

Chinese Can fly.(cross out)

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

I hope I can solve Problem A to D.

»
12 days ago, hide # |
 
Vote: I like it +7 Vote: I do not like it

Currently about 15 cheaters in top 20. What happened?

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

excited

»
12 days ago, hide # |
 
Vote: I like it +6 Vote: I do not like it

cheaters are everywhere,problems is getting easier,problem E is even a classic problem

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

All problems are classic in AtCheater Beginner Contest.

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

What a trash contest AtCoder put out this time. The first five problems were all ultra-low-difficulty. Doesn't this mean the ranking just comes down to who can code a little faster?

»
12 days ago, hide # |
 
Vote: I like it +28 Vote: I do not like it

I think question F is a bad question because it only tests whether you know this formula.

»
12 days ago, hide # |
 
Vote: I like it +11 Vote: I do not like it

I just want to know why every ABC is trash.In the past dozen or so ABC contests, there hasn't been a single Problem E or F that required any real thinking,they've all been things you could come up with without even needing to think.Actually,people seem couldn't learn anything in ABC.

»
12 days ago, hide # |
 
Vote: I like it +9 Vote: I do not like it

I find it quite comical how the easiest solution of E is a taste of its own medicine...

»
12 days ago, hide # |
 
Vote: I like it +10 Vote: I do not like it

Trash round.E is a classic problem.F is totally a geometry problem.G is a flow template.

»
12 days ago, hide # |
 
Vote: I like it +5 Vote: I do not like it

ABCDE is too easy,but F,G is fucking,Ionly solved abcde.speed typing contest

  • »
    »
    12 days ago, hide # ^ |
    Rev. 2  
    Vote: I like it 0 Vote: I do not like it

    how did you solve E one?? anybody can tell??

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

      bro odd cycle can be detected with bi-coloring dfs, if you record the traversal order while doing dfs once it detected odd cycle you can just take the recorded path, trim it a bit, done that's odd cycle

      • »
        »
        »
        »
        12 days ago, hide # ^ |
        Rev. 2  
        Vote: I like it 0 Vote: I do not like it

        got it

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

          I mean if you color node 1 to be red(0), traverse to node adjacent to it color it blue(1), and so on... when you now reach a node e.g. let says node 7 with color blue(1) then node 7 can traverse to e.g. node 8 which already visited and it's color is already blue(1) but but our algorithm is to color the next node we can traverse to with different color... if this happen (7 and 8 literally got colored into same color) this means the graph is not bi-partite and thus there exist odd cycle

          you can refer to it from cp-algorithm it comes up quite often in reading material that everybody seen, like cp-handbook, usaco guid, basic about graph etc. 👍

»
12 days ago, hide # |
Rev. 2  
Vote: I like it -8 Vote: I do not like it

E ~ G are all trash. $$$O(h \cdot 3^{\frac{w}{2}})$$$ approach to G only takes 77 ms.

»
12 days ago, hide # |
 
Vote: I like it +27 Vote: I do not like it

Problem F is definitely a bad problem.

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

trash round ?

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

Why there is a problem that aspects to mathematics? It's not a competition for mathematics.

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

Terrible contest! I got stuck on problem F, a nasty computational geometry problem, for 50 minutes and received five penalty minutes due to precision issues, which made me miss debugging problem G by just one minute!

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

I don't want heavy computational geometry!!!
I want AT's fresh counting!!! F shit!!! Chinese Can't be Fed shit

»
12 days ago, hide # |
 
Vote: I like it +3 Vote: I do not like it

How should I describe it?? This is too boring:(

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

Arbitrary Broken Contest

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

No way, man… I thought I couldn't participate in this contest when I had some other important things to do. But when I got home, there was still like 20 minutes left and I decided to join it. That was the first time for me to join a contest like this… And since I'm really a beginner in OI, I only passed A and B…

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

bruh

»
12 days ago, hide # |
 
Vote: I like it +1 Vote: I do not like it

The quality of the problems is horrible. Trash contest.

»
12 days ago, hide # |
Rev. 2  
Vote: I like it 0 Vote: I do not like it

I just missed the contest (I thought it's same time as Codeforces : ( ) but I did VP and A-D all are just implementation no thinking..

»
11 days ago, hide # |
 
Vote: I like it -9 Vote: I do not like it

I don't know if I'm playing ABC or taking a math exam.

»
11 days ago, hide # |
 
Vote: I like it 0 Vote: I do not like it

The first six problems (or even all seven) were purely template-based. For those who had been struggling to gain rating in recent contests, this was a blessing—if you were familiar with the templates, you could get a high rank and quickly climb rating. But for those looking to practice their thinking skills, it was a barrier—there was no real need to think.