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

Автор tan_delhi, история, 13 месяцев назад, По-английски

Recently the Educational round 144 , Python Code for D question that used iterative approach Dynamic programming resulted in TLE.

However C++ code for the same passed in 170 ms

Python Code — https://p.ip.fi/hwgL C++ Code — https://p.ip.fi/Jsdm

vovuh , adedalic, please look into the matter.

This is probably the 3rd or 4th-time python gave TLE but C++ did not. Why at all keep python a language option if not tested properly

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

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

Автор tan_delhi, история, 17 месяцев назад, По-английски

A few contestants might have noticed that due to time limit of 1 second for questions in previous contests , python coders are facing TLE's. For e.g. in yesterday's contest C question

Python Code — https://p.ip.fi/y0K_ C++ Code — https://p.ip.fi/FAoW the first one TLEd , however 2nd passed in 100 ms. Case for ek3ru8m4 as well. Gheal kindly look at this

PS — I hope the issue is genuine and shall be well received.

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

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

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

i used simple sorting and it TLE'd on test case 18
Is it not allowed to write code in python , and not just me a lot of participants ( even the orange coders like tamato

I request for retesting of that question with updated time limit.

(P.S. , i hope i am not downvoted !! )

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

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

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

Nowadays , most of the contests are of length 2:15 or 2:30. With the new div1 + div2 rounds , the length is going beyond 2:30 to 3hrs. With such long length contests , it is only opening paths to cheating in the contests. I hope we restore back to normal 2 hour contests.

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

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

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

Even using a hell lot of things , removing maps , and writing a code in O(n) ,etc I am getting tle , in this question https://codeforces.com/contest/1027/problem/C The code is —

https://p.ip.fi/f5fo

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

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

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

Hi ! can someone share some questions on binary search trees available on codeforces ?

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

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