Output limit
Brought to you by:
rchard
Currently in most ICPC regional contests in Europe there is a new kind of limit, the output limit. It's main purpose is to increase security level. Evil competitor can for example submit source code which will produce few hundreds MB of data or even few GB (depends on time limit). If more than one competitor will do this it will decrease the performance of whole system.
Thank you for your advice. We will add 'Output limit' in the next release.