|
0
hi codeforces admin Your solution 149167827 for the problem 1651D significantly coincides with solutions WHAT_ARE_YOU--A_COP/149167827, testing_123332222/149168444. here's what happened in round 1651 ( Mar/10/2022 ), 4 years ago, iirc it was my initial days on codef, I may have forwarded my soln to my friend to check the validtity of soln who use to have an alt id for this purpose, think iirc Its safe to say I was not aware of this rule that time, and since I put in lot of fair work into this while enjoying post that event, recently noticed about this skipped contest which I was really not aware existed, ask — do you think its possible to revert this contest as I really don't like it if not, can share some alternatives for me ? thanks, let me know if additional info is required |
|
0
can someone pls help with checking why this is tle, problem E, https://mirror.codeforces.com/contest/2127/submission/336913209 |
|
0
can anyone be kind enough to share where can I find problems like E where we work around tree structures to count answers, really facing hard time around these problems. thanks a lot think combinatorics + tree filter works ? |
|
0
nice, good to know, |
|
+1
feels good to see an edu round, high hopes |
|
-20
- people will realise you don't have to be red to create problems that can't be solved by reds Do you honestly think that's even possible? |
|
On
EvenImage →
IAEPC Preliminary Contest (Codeforces Round 999, Div. 1 + Div. 2) Editorial, 14 months ago
0
I think you got it wrong aksLolCoding, if we check for each number with each magic, whats the max reduction at each step, then probably, this obs looks correct to me |
|
0
problem — divisors analysis — think, there should be more explanation on how this is done — have to carefully divide the exponent by 2 case1 — all divisor count is even can simply find the square root of number by considering only half count, case2 — there is atleast one divisor with odd count — as this divisor occurs in half the total divisors, considering only half count means dividing total divisors by 2, |
|
0
I didn't get the first obs., can you please elaborate? |
|
0
yeah, I do know that, just wanted to know if someone solved this by just first obs, from each point, we move to three possible cells(up, down, right), using bfs we find the ans for last cell |
|
0
hi, about problem F, do we really this observation to come up with a solution, "Secondly, we don't need the UP move until the last column." I think we can use simple bfs to reach the end |
|
-10
deleted content |
|
0
why do we have to make a profit, can't we just break even(no profit no loss). In other words, is it true that for any integer n , Sasha can make bets so that for any outcome that does not contradict the rules described above, at some moment of time he will have at least n coins. |
|
On
atcoder_official →
KAJIMA CORPORATION CONTEST 2024(AtCoder Beginner Contest 340) Announcement, 2 years ago
0
why can't we just use line sweep? |
|
0
ohh, I see, thanks. |
|
0
hey, why are you returning 2 here? if(i==n-1) { if(ai==0)return 1; else return 2; } |
|
On
emorgan →
Codeforces Round #778 (Div. 1 + Div. 2, based on Technocup 2022 Final Round), 4 years ago
0
nice problems. |
|
0
thanks a lot. |
|
0
can't we use lower bound on vector of pairs of type long long int? it's not working for me. |
|
On
MikeMirzayanov →
Technocup 2020 — Elimination Round 4 + Codeforces Round 606: Editorial, 4 years ago
0
nice handle. |