FastOlympicCoding icon indicating copy to clipboard operation
FastOlympicCoding copied to clipboard

automatically omit large I/O

Open tiger2005 opened this issue 4 years ago • 2 comments

Sublime Text cannot afford big amount of datas in the editor. When I add a large test and run it, all the editor will lag for a while, then the test input are display in the command. Finally, I get 0ms in the test, but it need to be 0.5s or more.

I think this lag depends on the data displayed in the screen. I hope there can be a "max_test_display_length" settings, so that large tests will be omitted and there will be less lags.

You can learn it from submissions of Codeforces. It only shows a small part of each large test.

tiger2005 avatar Aug 09 '21 02:08 tiger2005

Stress mode have this question, too. If we really want to check out the tests, maybe there can be a button, and a new tab with the test can be opened by just a click away.

tiger2005 avatar Aug 09 '21 04:08 tiger2005

Same problem here, it seems that it would become really slow display while dealing with large outputs. Now, if I want to test big data here I would use the freopen command in c++ for huge i/o.

pwn2ooown avatar Feb 03 '22 12:02 pwn2ooown