Please subscribe to the official Codeforces channel in Telegram via the link https://t.me/codeforces_official. ×

Question about 498B

Revision en1, by sidzekrom, 2015-07-29 09:12:50

Here is a link to problem 498B http://codeforces.com/contest/498/problem/B

I attempted the problem and analyzed my solution to run in O(nT), but my submission exceeds the time limit on test #65. I would be glad if someone could help me figure out why it is exceeding the time limit (or explained why my solution didn't run in O(nT)). http://codeforces.com/contest/498/submission/12259316

Tags dp, probability, time limit exceeded

History

 
 
 
 
Revisions
 
 
  Rev. Lang. By When Δ Comment
en1 English sidzekrom 2015-07-29 09:12:50 411 Initial revision (published)