Comments

There is an "Add to Favourites" button (a star sign) right next to the submit button on the PROBLEMSET page. And you can access those favourite problems from your profile FAV.PROBLEMS section. Doesn't that help? Are you looking for something similar directly on the problem page?

On maomao90Hello 2024, 2 years ago
+3

I hope to kick off 2024 by becoming Pupil after this round.

AI will create AI itself! Then they will write the problem statement also! What else will be left for us?

For Windows:

Step 1: Go to C:\MinGW\lib\gcc\mingw32\9.2.0\include\c++\ext\pb_ds\detail\resize_policy

Step 2: Change the file name to the desired name. [ In my case the name was (hash_standard_resize_policy_imp.hpp0000644). And I changed it to (hash_standard_resize_policy_imp.hpp). And now it's working perfectly. ]

Ops. I got it, got it.

Thank you very much, brother. ❤

In problem Div2 A (Parallelepiped): According to tutorial 4*(a+b+c) is the answer. But, how can it possible when the output for the second test case (4 6 6) is 28?

Can anyone please explain? Only this formula ( 4*(a+b+c) ) is not working. I implemented it.

Thank you. I got it. ❤

For Problem C: Please give me a condition where need three moves. I can't understand why I can't go to any destination in two moves.