testlib icon indicating copy to clipboard operation
testlib copied to clipboard

Commit d9b8609 breaks registerInteraction

Open undefined-moe opened this issue 3 years ago • 1 comments

The interactor seems always waiting for input, then exceeding time limit.

undefined-moe avatar Aug 09 '22 10:08 undefined-moe

The change in commit d9b8d09 is to skip BOM in InStream. Then applying this to stdin results in the infinite waiting.

yhx-12243 avatar Aug 09 '22 10:08 yhx-12243

For the latest version, when using a terminal to run the interactor, one should input \n first to start the interaction procedure.

Haven't tested on any OJ yet.

UPD: Now it's ok.

HeRaNO avatar Aug 28 '23 08:08 HeRaNO