• + 0 comments

    Be careful with those debug prints! I just found out:

    1) A bug in iostream causing an infinite loop in one of my statements writing to cout 2) Obviously they kill your program after so much time has passed, and the printing slows it down, obviously. There is not way to distinguish this from a wrong result.