Search found 1 match
- Thu Apr 04, 2002 9:38 am
- Forum: Other words
- Topic: Who knows how to write an online judge system?
- Replies: 6
- Views: 4247
I've implemented a most working online judge system, it is running on linux platform.currently my problem is that the current kernel version 2.4 did not fully implemented the traditional sysv/bsd getrusage() funciton, so it is hard to calculate how much memory a program used. Although we managed to ...