aryanc403's blog

By aryanc403, history, 11 months ago, In English

Hi Codeforces,

ICPC Asia West Continent Final Contest 2022 will happen ~10 hrs from now on CodeDrills.

Live commentary: We will be live on codedrills youtube channel. We will start once contest starts.

Contest Details

P.S. — All of the problems will be non-interactive, please read the guide of interactive problems before the contest.
P.P.S. — Some problems may have subtasks, so choose problem-solving order wisely.

Update: Live ranklist
We plan to start live commentary 1 hr into the contest. Commentry URL

Update 2 — Credits
Chief Judge: Jatin jtnydv25 Yadav
Setters: Jatin jtnydv25 Yadav, Nishank IceKnight1093 Suresh, Jeroen Op de jeroenodb Beek, Vsevolod sevlll777 Lepeshov, Arul flamestorm Kolla
Testers (excluding setters): Aryan aryanc403 Choudhary, Chaithanya Dragonado Shyam, Vaibhav xennygrimmato Tulsyan, Ritul Kumar ritul_kr_singh Singh, Kshitij kshitij_sodani Sodani, Praveen PraveenDhinwa Dhinwa, Siddhartha gravito12345 Srivastava, Konstantin miagkov Miagkov
Codedrills platform: Deepa deepa_panwar Panwar, Balajiganapathi Balajiganapathi S, Swati Panwar, Vichitr Vichitr Gandas
Rcd: Prof. Phalguni Gupta

Results
Final ranklist
1. facelessmen3.0 (IIT Kanpur) — satyam343 udhavvarma03 avi0000
2. Ab_Ki_Baar (IIT Kharagpur) — professor_flux harsh639 RahulChugh
3. Yorozuya Forever (IIT Madras) — Teja-Smart blitztage Nisanth

We will try to hold one universal cup stage based on Amritapuri (Regionals+Online), and Asia West Finals problems.

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

»
11 months ago, # |
  Vote: I like it -16 Vote: I do not like it

Yay

»
11 months ago, # |
Rev. 2   Vote: I like it +22 Vote: I do not like it

Why is the blog tagged with RR vs GT? If anything, it should be DC vs CSK and KKR vs LSG.

»
11 months ago, # |
  Vote: I like it +4 Vote: I do not like it

where's the final scoreboard?

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

is there some special login for this? and can spectators not submit yet?

»
11 months ago, # |
Rev. 2   Vote: I like it +3 Vote: I do not like it

How to solve A, H?

  • »
    »
    11 months ago, # ^ |
      Vote: I like it +16 Vote: I do not like it
    A
    H
    • »
      »
      »
      9 months ago, # ^ |
      Rev. 5   Vote: I like it 0 Vote: I do not like it

      I think the Time Complexity should also include $$$Q$$$

      Consider the following scenario:

      For each test case we have $$$sum(|S_i|) = M$$$

      Then we would have $$$K \cdot \sqrt{M}$$$ for each test case

      $$$TC => Q \cdot K \cdot \sqrt{M}$$$ such that $$$M \cdot Q = L$$$ as limit is on total sum

      $$$TC => Q \cdot K \cdot \sqrt{L/Q} => K \cdot \sqrt{L \cdot Q}$$$

»
11 months ago, # |
  Vote: I like it +45 Vote: I do not like it

Yaay!

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

How to solve B?