Restricted functions and Causions
Your program can not make new processes (e.g. using system(), fork(), thread etc.) and can not connect to outside and file system. The judge server and its operating system limit such procedures.
In addition, your program must not perform operations which do not use CPU resources (e.g. sleep(), pause(), waiting some events etc.).
Intentional use of the above mentioned restricted operations as well as any malevolent program will be considered as attacks on the judge systems. If we find the intentional attack, we may refuse submissions from the corresponding computers.
|