Results of Comment Search

Search:    Place:    Show:

Title User Message Date Posted
Re: Wrong answer? nullptr You're right, I must've been misreading my own program's output. Sorry to trouble you. Feb 10, 2014 - 6:21:29 pm UTC
Re: Wrong answer? SourSpinach Hmm, well, your outputs are quite different for the cases you don't TLE on. Feb 10, 2014 - 2:48:37 pm UTC
Re: Wrong answer? nullptr Actually I was talking about the previous submission -- I only tried decreasing the size because I thought I might be allocating too much memory (pretty silly thought in hindsight). Feb 10, 2014 - 3:09:02 am UTC
Re: Wrong answer? SourSpinach You're getting a runtime error, presumably because your arrays are of size 50,000 when the bounds are 500,000. Feb 10, 2014 - 2:57:40 am UTC
Wrong answer? nullptr Hi, I'm a little confused about why I'm getting a wrong answer on this problem. I ran it manually with the test data they provided and it works fine - is there something I'm missing? Feb 08, 2014 - 9:13:39 pm UTC