Editorial for Another Random Contest 1 P3 - Physics Olympics


Remember to use this editorial only when stuck, and not to copy-paste code from it. Please be respectful to the problem author and editorialist.
Submitting an official solution before solving the problem yourself is a bannable offence.

Author: andy_zhu23

This problem is a very standard application of bitmask.

Time Complexity: \mathcal O(N \times 2^K)


Comments

There are no comments at the moment.