karan_garg_12's blog

By karan_garg_12, 13 months ago, In English

Dream In Code '25 – Editorial
Hosted by Competitive Programming Club, IIIT Lucknow


Introduction

Thank you to everyone who participated in Dream In Code '25, held on Codeforces Gym as part of Equinox 2025!
We hope you enjoyed the problems and learned something new.

This editorial includes detailed explanations and intended solutions for all the problems from the contest.


Problems

A. Inversion Spectrum

Setter: Illumi

Solution
C++ Code

B. Pokémon Catching

Writers: Ansh0216 , Ankity_07

Solution
C++ Code

C. The Magical Path

Setter: RealAjay

Solution
C++ Code

D. Classwork

Setter: RealAryan

Solution
C++ Code

E. Story Book

Writer: PurnA_5

Solution
C++ Code

F. The Bengaluru Pop‑Up Food Lane

Writer: balleballe

Solution
C++ Code

G. Candy Carnival

Setter: karan_garg_12

Statement Summary
Solution
C++ Code

H. Time Quantum

Setter: RealAryan

Solution
C++ Code

I. Trip

Writer: PurnA_5

Tutorial
C++ Code
  • Vote: I like it
  • +17
  • Vote: I do not like it

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

you can do (n + q)logn online with persistent tree for B