M(IT)^2 2024 Spring Invitational - Finals
Two Tokens
Consider the set of all vertices in that can be printed. Then for any , either edges exist for all , or edges do not exist for all .
This is similar to the problem of counting labeled undirected connected graphs.
Let be the number of artistic graphs on vertices. The formula is
M(IT)^2 2025 Spring Invitational - Finals
M(IT)^2 2026 Spring Invitational - Finals
Sell in Pairs
A solution different from the official one.
Since each query can be answered in , we may write the answer in the form
where and are coefficients determined by the query.
Define the following pairs as key pairs:
It can be shown that every pair is dominated by one of these key pairs, and the number of distinct pairs seems to be only .
I don’t have a clean proof of this observation yet, but it matches the behavior of the accepted submission, and the problem author also believes it is correct.
79brue: I actually believe that approach is correct. We have some insights in why that’s correct but did not fully formalize the proof so didn’t write it in the editorial.