Блог пользователя ritikagupta8734

Автор ritikagupta8734, история, 3 года назад, По-английски

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

Полный текст и комментарии »

  • Проголосовать: нравится
  • -23
  • Проголосовать: не нравится

Автор ritikagupta8734, история, 4 года назад, По-английски

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?

Полный текст и комментарии »

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

Автор ritikagupta8734, история, 4 года назад, По-английски

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.

Полный текст и комментарии »

  • Проголосовать: нравится
  • 0
  • Проголосовать: не нравится

Автор ritikagupta8734, история, 4 года назад, По-английски

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

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

Полный текст и комментарии »

  • Проголосовать: нравится
  • -21
  • Проголосовать: не нравится