Mr.Quantum_1915's blog

By Mr.Quantum_1915, 2 months ago, In English

Tesseract '26 Editorial

Hello Everyone!

Hope you enjoyed CCxEnigma: Tesseract '26 conducted by IIITV Coding Club and Mathematics Club at IIIT Vadodara.

Thank you for participating in the contest. Hope you had fun solving the problems with the new Sandbox twist :)

This was the first time a reverse coding event was hosted in this style!

Feel Free to give some feedback in comments whether you liked it, suggestions for improvement, or ideas for the Next Edition :)

Here are the official tutorials for the problems.

Access the Sandbox here — SANDBOX

Problem A: DDR4 Shortage

Author: Mr.Quantum_1915

Hint
Solution
Code

Problem B: It's Pyth

Author: tarundeepakjain

Hint
Solution
Code

Problem C: Chain Reaction: The Third Spark

Author: Arpitmaheswari

Hint
Solution
Code

Problem D: COVID 19

Author: Mr.Quantum_1915

Hint
Solution
Code

Problem E: Firewall

Author: Mr.Quantum_1915

Hint
Solution
Code

Problem F: Easy Expression

Author: ZodiacZ408

Solution
Code

Problem G: KERNAL BUILDER

Author: Mr.Quantum_1915

Hint
Solution
Code

Problem H: Signal Amplitude

Author: Mr.Quantum_1915

Hint
Solution
Code

Problem I: System Update

Author: Mr.Quantum_1915

Hint
Solution
Code

Problem J: Symmetric Life

Author: tarundeepakjain

Hint
Solution
Code

Problem K: Infinite Sequence

Author: Arpitmaheswari

Hint
Solution
Code

Problem L: SERVER CLUSTERS

Author: Mr.Quantum_1915

Hint
Solution
Code

Problem M: The Love of 723 with 1126

Author: ZodiacZ408

Hint
Solution
Code

That's It! If you have better / alternate solutions / codes to the question, feel free to comment them below.

Let us know if there are any corrections in the editorial.

Happy coding! Have a nice day :)

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it

By Mr.Quantum_1915, 6 months ago, In English

BUG: Submissions fail to load from gym standings (infinite 'LOADING' spinner) for participants, even when "Allow view" is set to "Anyone"

Hello Codeforces Community,

I believe I've found a bug related to submission visibility in gym contests.

Context Contest Type: Gym Contest

Contest Status: Ended

Setting: The option "Allow view other submissions to:" is set to Anyone (Enabled).

Here is a screenshot of the contest settings:

Steps to Reproduce & Observations

1) As Contest Manager (with "Manager Mode" ON):

Result: I can correctly see source codes of submission done from the standings page by clicking on a user's score. This works as expected all submission loads and also source code are visible

2) As a Participant (or as Manager with "Manager Mode" OFF):

Result: I cannot see any submissions from the standings page. Clicking on a score does not lead to the source code or submission IDs. When I click on a '+' sign of particular problem for a participant on standing page, "The pop-up that comes only shows a LOADING animation and NOTHING HAPPENS". I even wait for an hour, but it didn't load at all. I also confirmed that the issue is not of Network and all (although it doesn't matter because submissions load in manager mode, it must also for participants too). I confirmed with actual participants of the contest too, they are facing the same issue.

Screenshots :

Expected Behavior:

When the "Allow view other submissions to" setting is ON, all users (including participants) should be able to click a score in the final standings and view the corresponding submission after the contest has ended.

It seems that codeforces has a bug while fetching submissions for gym contest from server when the accessor is a participant (or ID with manager mode OFF).

Or am I MISSING any important stuff here?

MikeMirzayanov and others

Could you please look into this?

Thank you.

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it