ritikagupta8734's blog

By ritikagupta8734, history, 3 years ago, In English

Can someone help me understand the meaning of error message that I am getting here

Full text and comments »

  • Vote: I like it
  • -23
  • Vote: I do not like it

By ritikagupta8734, history, 4 years ago, In English

Problem : https://codeforces.com/problemset/problem/1040/B

Solution : https://codeforces.com/contest/1040/submission/91739502

It is mentioned in the problem statement that for test case 2 answer 2 5 is also correct but the jury is saying it wrong. Why is it so? Can someone help?

Full text and comments »

By ritikagupta8734, history, 4 years ago, In English

Most of my DP solutions are not accepted and gives TLE in Python 3. Why is it so? Can anyone suggest some ways to deal with this TLE in the case of DP in Python 3? Here is an example link: https://codeforces.com/contest/1335/submission/83615163 of my Python code which is giving TLE despite the approach being the same as mentioned in Editorial.

Full text and comments »

By ritikagupta8734, history, 4 years ago, In English

Sol link: https://codeforces.com/contest/977/submission/83371644

Can someone point out why I am getting runtime error in test case 4?

Full text and comments »

  • Vote: I like it
  • -21
  • Vote: I do not like it