Комментарии
На robot_bobotCheaters on Codeforces, 4 года назад
+32

Half of the handles got their solution skipped Not enough..

you need to memoize for the variables which changing in the recursive calls.

is there only 1 machine that runs whole cf?

This sometimes give tle.

На saarangCodeforces Round #766 (Div. 2) Editorial, 4 года назад
0

.

На codechef123KMP Algorithm Resource for Beginners, 4 года назад
0
На Ahmed_SolymanNew rate rank!, 5 лет назад
0

Coool

На codechef123KMP Algorithm Resource for Beginners, 5 лет назад
0
На _Theyvansh_Doubt in Div 3 - Problem D, 5 лет назад
+1
На MilashkaAnime, 5 лет назад
-8

death note

knife!!

This is Matrix Chain Multiplication variation of DP Video Link (Hindi)

На pashkaEDU: Two Pointers Method, 5 лет назад
+9

Epic !! Next courses suggestion — Tries

rarely I see someone stuck at Pupil level for so long

See my graph I was stuck at Newbie for 7 8 months

На Decoder_69How to learn STL nd use effectively??, 5 лет назад
0
На Candidate_Master_2021What makes you sad?, 5 лет назад
0

semester

0

True

They simply don't care!

На electro177What is the real meaning of life, 5 лет назад
0

I think humans overthink about meaning of life tbh..

.

На Fefer_IvanCodeforces Round #197 — Tutorial, 5 лет назад
0
if (lvl % 2 == n % 2)
		seg[x] = seg[2 * x] | seg[2 * x + 1];
	else seg[x] = seg[2 * x] ^ seg[2 * x + 1];
На kostia244Tricks Which Will Increase Your Rating!, 5 лет назад
0

real title : tricks that will increase your rating from lgm to LGM.

На VandanRogheliyaI Competed Everyday for a Month, 5 лет назад
+6

keep us updated !! I will also start doing more VCs now..

На Hepic_Antony_SkarlatosIn queue ..., 5 лет назад
0

So this has occured earlier also..

На vovuhCodeforces Round #677 (Div. 3) Editorial, 5 лет назад
0

ok got it . Thanks

На vovuhCodeforces Round #677 (Div. 3) Editorial, 5 лет назад
0

In F , why the answer is stored at dp(n,0,0,0)?? Thank U

.

.

На awooРазбор Educational Codeforces Round 30, 6 лет назад
0

For B , change each 0 with -1 and then answer becomes the max length subarray having sum as 0.

Just show them some videos how coding is the future and that cp is a very good way of getting good at coding . Also,tell me them cp takes alot more brain than school subjects combined,then maybe they will allow you.

На shuro_korsiTopic wise or Level wise ?, 6 лет назад
+5
Do waste your time trying to find the “ultimate” method

bcoz there is none..

0

cool explaination!!

0

basically number of bitonic permutations ,right!!

0

For C ,i came up with the logic that bitonic sequences will not result in any cycles. So we just have to subtract them from n! . Is this logic correct??

0

for C i tried it this way

ll n; cin >> n;
	ll ans  = 1;
	for (ll i = 1 ; i <= n; i++) ans = (ans * i) % mod;
	
	cout << (ans - (1ll << (n - 1)) + mod ) % mod << endl;

this code prints negative number can anyone tell why??

На bae.kitanaYet another mass cheating, 6 лет назад
0

maybe tthey are same person

На awooEducational Codeforces Round 69 Editorial, 6 лет назад
0

In C, we can make k-1 subarrays of length 1 .So,these subarrays donot contribute to the answer bcoz max(i) == min(i).And for the array which is left,we can check every subarray from the start of length n -(k-1) and choose that one which give the minimum cost of division and that will be our answer. But ,this approach is not accepted . Can u tell why?? Code 88066269

На ch_egorCodeforces Round #657 Editorial, 6 лет назад
0

Plz,tell my mistake for A Code: 87298100

На physics0523Codeforces Round #654 (Div. 2), 6 лет назад
+9

Listen You ASS****!,grey people like me perform bad in every round but dont rant afterwards .This round was genuinely bad.

На physics0523Codeforces Round #654 (Div. 2), 6 лет назад
-45

MAKE THIS ROUND UNRATED!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

На physics0523Codeforces Round #654 (Div. 2), 6 лет назад
0

Yes the jury was badd

На physics0523Codeforces Round #654 (Div. 2), 6 лет назад
+3

Great round????

На physics0523Codeforces Round #654 (Div. 2), 6 лет назад
0

No the problem statement was very badly written and the question so very easy

На physics0523Codeforces Round #654 (Div. 2), 6 лет назад
0

Yes u noticed tooo

На physics0523Codeforces Round #654 (Div. 2), 6 лет назад
0

yes bcoz of this I wasted more than 1 hour on 2nd question and this made this round very bad for me

На physics0523Codeforces Round #654 (Div. 2), 6 лет назад
+1

Question B was not clear. In the first sample test case,they should have clarified that the 4th and 5th picture are also same (they have different r thats why they should be different). Wasted more than 1 hour on it (I figured the formula in 2minutes) and could not touch C and D properly. Plz,clarify these things.Even on asking the jury ,it said only the last picture(for 1st sample test case) is not considered but actually the last 3 pictures were not considered in the answer.

На mandh_bhudhi_huon_meRating Vs Topic, 6 лет назад
0

Thank You!!!

На mandh_bhudhi_huon_meRating Vs Topic, 6 лет назад
0

Nice,Thank You!

Thank U !!

I only had 1 downvote.

Yes.I thought that too

На FastestFingerEditorial — Codeforces Round #651, 6 лет назад
0

I was doing this way only dont know why wrong answer

На mandh_bhudhi_huon_meHelp with Greedy Questions !!, 6 лет назад
0

ok will do.Thank u !

На mandh_bhudhi_huon_meHelp with Greedy Questions !!, 6 лет назад
0

thank u!!

На mandh_bhudhi_huon_meHelp with Greedy Questions !!, 6 лет назад
+1

Thank u!!!

0

me too

На StepavlyCodeforces Round #650 (Div. 3), 6 лет назад
0

thank u buddy

На StepavlyCodeforces Round #650 (Div. 3), 6 лет назад
0

83942386 why is it giving MLE for the first question ????

0

In problem C for block that is neither first nor last,why cant we do (number of zeros in block)/ (2*k+1)