cph icon indicating copy to clipboard operation
cph copied to clipboard

Why not support Special Judge & Memory Limit

Open tder6 opened this issue 2 years ago • 3 comments

This is not a bug, but an enhancement.

Maybe users could choose local SPJ program and judge there solution with the SPJ.

Also, the memory limit is important in some problems, so I think it is a better choice to support it.

tder6 avatar Apr 20 '24 06:04 tder6

I agree with you.

WangYiBen0 avatar Jan 25 '25 07:01 WangYiBen0

Supporting Memory Limit is difficult across platforms because detecting memory usage requires accessing system API. But the extension environment, which is NodeJS, does not support these things.

langningchen avatar Aug 01 '25 12:08 langningchen

I found the same problem with SPJ, so I wrote a new extension to solve it! You can try my CPH-NG (Marketplace, GitHub)! It can load SPJ program using testlib and raw executable files!

langningchen avatar Aug 01 '25 12:08 langningchen