| # | User | Rating |
|---|---|---|
| 1 | jiangly | 3810 |
| 2 | Benq | 3676 |
| 3 | Kevin114514 | 3655 |
| 4 | maroonrk | 3463 |
| 5 | strapple | 3447 |
| 6 | Um_nik | 3387 |
| 7 | heuristica | 3322 |
| 8 | turmax | 3317 |
| 9 | tourist | 3307 |
| 10 | jiangbowen | 3291 |
| # | User | Contrib. |
|---|---|---|
| 1 | Qingyu | 156 |
| 2 | nik_exists | 150 |
| 2 | maspy | 150 |
| 4 | Um_nik | 142 |
| 5 | Errichto | 139 |
| 6 | adamant | 137 |
| 7 | AmShZ | 135 |
| 8 | BledDest | 132 |
| 8 | maroonrk | 132 |
| 10 | qwexd | 129 |
|
0
now, fast-olympic coding is working, but competitive companion and fast olympic coding hook not working. |
|
0
Lots of contests(including virtuals) + Upsolving the problem which I didn't able to solve during contest (For div2 atleast till problem D and for div3 all problems) helped me lot in boosting up my rating. |
|
On
Haricane193 →
Same solution different implementation but one is TLE whereas one is AC. Can anyone explain?, 5 years ago
0
Pass string s by reference |
|
0
Gross. >_<. I was not taking mod when adding f to final returned answer. Thanks. Your hint helped me in finding the bug. |
|
0
I have used also the similar approach. Only 1 testcase is failing and I couldn't figured that out till now. Used stress testing also, but not able to generate that type of testcase. Here's code. It would be great if you can help in this. Thanks :) |
|
0
That was not required to say. like if the given array is [5, 1], [2, 5], that doesn't mean you will reach 5 before reaching 2. You should first come to 2 increasing your rate of speed to x + 5 and then you will reach 5. (Eaten burger count will always increase). |
|
0
1)Sort the given array according to burgers count (that is p). 2)Do, binary search for the start value x, and check if you can eat all the burgers within the given time or not. 3)Update the rate of speed (x) when your current burger count reaches to p present in the sorted array. Then x become x + q. 4) If the remaining burger count becomes 0 then check if time taken is less than equal to C then return true, else return false; Note — Take time taken in double. |
|
0
It is the issue. short int has range |
|
+8
|
|
0
Its weird that it passed. Thanks for the help. |
|
0
|
|
0
Pls can somebody tell why this solution 142368820 is not giving TLE and what is its time complexity. IMO its time complexity is greater than O(n*m*m) (not sure). Thanks. |
|
0
forgot password and change from signin page. |
|
0
Agree. There was boom in the submissions of D after 1000 submissions. |
|
0
Applying merge sort you can easily count inversions.submission |
|
0
code int n;
cin >> n;
vector<int>a(n);
read(a);
int mx = a[n - 1];
int ans = 0;
for (int i = n - 2; i >= 0; i--) {
if (a[i] > mx) {
ans++;
}
mx = max(mx, a[i]);
}
cout << ans << "\n"; |
|
0
see my submission I did by storing right max. |
|
0
You just need the count of 1s from left and right which are at distance e for making the subsequences with the prime number at index i. Here's my approach. 137280638 |
|
On
gotexans →
Technocup 2022 — Elimination Round 1 and Codeforces Round #749 (Div. 1+Div. 2), 5 years ago
0
Because, many hardworking and deserving people are not able to reach their actual rank because of garbage persons like you. |
|
0
I had put wrong link by mistake. Sorry for that. |
|
0
|
|
0
for E tooo. (my code giving TLE after the contest.) can you please answer why this code giving tle. |
|
0
TLE. Just changed vector with array and now it is accepted. It feel very bad (T_T) During the contest my solution was accepted and after systest it gave TLE). First time I had got under 2000 rank. It was meant a lot for me. And now this happened because of vector vs array:| Spoiler Always, prefer to use arrays rather than vectors. PS: Do anyone know how to use vectors as fast as arrays? PS: TLE code PS: But, creating dynamic array example: PS: Global vector working fine. By the way nice contest ^_^. IMO there should have such testcases during the contest so that we can correct this things during the contest. |
|
+5
Nice zig-zag pattern in this code made using only swap XD. CODE. Most weird code for me. |
|
0
"Muh me ram bagal me chhuri" |
|
0
Yes, if they can't clear their interview dsa questions, what will they can do with their 5 star or being expert. At that time there is nothing for them to have proud on rather than they will be feeling ashamed of themselves. |
|
+1
Don't waste your time on exploring these people. Cheating can't be stopped. If they want they will, until they fell/agree that they are doing wrong. There are 100s of such blogs already present. Do you think it had any impact. So, don't waste the time in observing this types of things. |
|
0
Using memoization. Code |
|
0
I had joined late. So i used that id, But too many downvotes. I am sorry. Now I realised that the questions were very good. That's my fault. I start getting panic when I failed to submit A which results in failure of B and C. I am really ****Sorry**** for the comment. |
|
-16
deleted |
|
-49
[deleted] |
|
0
Test not working correctly except the timer! Not submitting on clicking after the 4th question. |
|
+24
Why downvotes, it wasn't needed. I just asked. |
|
0
What does it means- " In the upcoming round, you can use only Kotlin. You can read the code examples here." |
|
+6
After seeing the problems I am sure why @antontrygubO_o rejected all your questions last time (that was really a nice story). Ok but as you told the questions were really interesting. "! But you should be in between the difficulty level of div2 !" Very first time I am seeing that the contest blog page upvotes are decreasing after and during the contest. |
|
+1
Got same problem. And now i am sure that i just banged my head by giving this contest. |
|
0
Score for problem C is 750 so it means it will be easier than the problem B (having score 1000)? |
|
-19
deleted |
|
0
Same, if you got WA then its very frustrating to think about. |
|
+1
From the last contest there seems to be less participation because of busy schedules and lot of assignments of college. |
|
0
deleted |
|
+1
Close to 30k..!! May all registered participants give the contest. |
|
-33
deleted |
|
-6
Delay in the contest..!!! |
|
0
skipped means what in codeforces. I hadn't seen it before. I saw in someone's submissions. |
|
0
OK I corrected that mistake and now i am getting wrong in testcase5. Can you suggest where i am wrong. 99552525 |
|
0
Yes i noticed that but can you suggest how to manage that case.. |
|
0
Can anyone tell why my code giving wrong on test4? |
|
-6
deleted |
|
0
Why its taking so much time for declaring results. |
| Name |
|---|


