Comments
On Hosen_ba[HELP] Online mex queries, 3 years ago
+4

Really interesting comment!

On Ismail_AlrifaiCRT Problem!!!, 3 years ago
0

i will check the code, thank you

On Ismail_AlrifaiCRT Problem!!!, 3 years ago
+3

Right, I missed that.

well done Hosen <3

On Ismail_AlrifaiCRT Problem!!!, 3 years ago
0

But the Ki <= 100, i meant in "possible state" as all combinations of Yij, try all Yij from each clue so the total 100 ^ 9.

if i missed some thing can you please explain how (possible states should actually be bounded by 2^32)

thank you :)

On Ismail_AlrifaiCRT Problem!!!, 3 years ago
0

Auto comment: topic has been updated by Ismail_Alrifai (previous revision, new revision, compare).

Really interesting problem.

where ICPC 2022 will be? and where ICPC 2023 will be?

So what is the answer of my question?

Even for ICPC?

In ICPC the problem set consisting of about 10 -> 13 problem and each one from different TOPIC.

so I actually don't know if I should practice for ICPC or for CODEFORCES contests.

Thank you.

Is it true that you read a topic from a book and then solve the exercises and the problems related to this topic? (Like in competitive programming 4 book)

Thanks.

Hi. I don't know the constraints of the problem! But i think its better to make the DP like following:

State: (position ,remainingTime); Trans: 1. Take the restaurant in the current position and update the remainingTime. 2. Ignore the current restaurant (do nothing). 3. Always update the remainingTime when move from (position) to (position + 1).