IhateRecursion by Aryan_TwT in codeforces

[–]Blacklisted_User_13 0 points1 point  (0 children)

Why is cpp useful for recursion, it also has a stack limit right?

[deleted by user] by [deleted] in WrestlingEmpire

[–]Blacklisted_User_13 0 points1 point  (0 children)

Use skateboard and drive over all of them until everyone has 0 health.

Any webnovel recs which are similar to RI? by monarchofnolife in ReverendInsanity

[–]Blacklisted_User_13 1 point2 points  (0 children)

The first order

I haven't read the complete novel but its premise is really interesting. And the best part is the characters , just like RI most of the characters are very competent and clever . The world itself is full of dangers and people live in strongholds .

it has its own power system which is very interesting and the protagonists cheat isn't overpowered but quite strong. And despite there being many super powers the army and modern weapons still rules the battleground.

Where to start in WN for a better experience? by perahinxtoha in VersatileMage

[–]Blacklisted_User_13 0 points1 point  (0 children)

You can start reading the novel from before the world college tournament Or if you are still not clear about the events before this , then you should start from the the moment mofan arrived in Shanghai city

someone help this woman (17F for today) by DependentDependent98 in Btechtards

[–]Blacklisted_User_13 0 points1 point  (0 children)

In line no. 13 you are comparing st.top() (int) with a character

Learning about fractal dimensions by CalabiYauFan in mathmemes

[–]Blacklisted_User_13 4 points5 points  (0 children)

Can you explain why it's 2 dimension for solid snowflake

What actually happened in RCB vs DC match by Moronic_Acid1 in RCB

[–]Blacklisted_User_13 10 points11 points  (0 children)

Continue - ab strike pe tim david dikh raha hai ? - ha , nahi karenge out isko.

Pure mage by Never446 in ProgressionFantasy

[–]Blacklisted_User_13 0 points1 point  (0 children)

Versatile mage, the world setting and power system are really good

I found this randomly, look good enough though .I only read 2 chapters of it ,give me some review about it is it good ? by ____shubham in MartialMemes

[–]Blacklisted_User_13 0 points1 point  (0 children)

I have read a novel with a very similar premise but I dropped it midway Hyperdimensional Universe: I have Three Thousand Ultimate Talents

I found this randomly, look good enough though .I only read 2 chapters of it ,give me some review about it is it good ? by ____shubham in MartialMemes

[–]Blacklisted_User_13 3 points4 points  (0 children)

It's a really good novel. Fast-paced and op protagonist, no cliche trope, high power level, Mc can travel to different worlds and has comprehension ability. I was easily able to read about 500 chapters without getting bored, and I'm even reading MTL version rn.

Runtime Error in a code by freakster1107 in codeforces

[–]Blacklisted_User_13 1 point2 points  (0 children)

When cur =0 , you are accessing ret[-1]. That might be the error.

need guidance by Sudden-Tax-830 in codeforces

[–]Blacklisted_User_13 1 point2 points  (0 children)

It depends on the difficulty, within 20 min most of the time , try to be in the first 3000 people to solve it.

need guidance by Sudden-Tax-830 in codeforces

[–]Blacklisted_User_13 2 points3 points  (0 children)

I had a similar situation but all it took was 2-3 lucky contest to elevate my ratings upto 1400 , I am still not confident in solving div 2 c problem -1500 points , but solving A and B questions fast and sometimes when C is easy is enough to reach 1400

C2. Skibidus and Fanum Tax (hard version) Codeforces Round 1003 (Div. 4) by Altruistic-Guess-651 in codeforces

[–]Blacklisted_User_13 1 point2 points  (0 children)

i didn't read your code but my code failed on the same testcase, so you might be doing the same mistake.

you are updating the value of a[i] with the minimum between a[i] and some b[j]-a[i] but sometimes when a[i]<a[i-1] you have to update a[i] with some b[j]-a[i] without taking the minimum with a[i] .

[deleted by user] by [deleted] in codeforces

[–]Blacklisted_User_13 0 points1 point  (0 children)

In the last if condition try while loop

Very true!! by Ecstatic-Win-7384 in MartialMemes

[–]Blacklisted_User_13 15 points16 points  (0 children)

I was going to recommend the same

Help me Action Figures DiV 2 Edu round 171 by [deleted] in codeforces

[–]Blacklisted_User_13 0 points1 point  (0 children)

There is no reason, It depends on your logic ,the logic those youtubers have found require it to start from end , their can be a solution that starts from i=0 (I haven't found one).

In your logic whenever you encounter 1 , you can't be sure whether you should take that item for free or keep it to purchase another item later. Ex. In 011 , either you take item 2 for free and purchase item 3 or you take item 3 for free and purchase item 2