JudgeDuck / judge-duck-service

Judge and web service for Judge Duck Online
GNU General Public License v3.0
38 stars 0 forks source link

Wrong answer with large input/output files. #8

Closed wangyisong1996 closed 6 years ago

wangyisong1996 commented 6 years ago

See Submission #3208.

There was something wrong with the OS so the file was not correctly read by contestant, leading a WA.

The solution might be mapping the files directly in memory.