From fc7990c62d85fdebef4a438a1fbc9d69a3710d55 Mon Sep 17 00:00:00 2001 From: cassiopc Date: Wed, 22 Aug 2012 16:39:03 +0200 Subject: small bug fixes, inclusion of file size limit configurable --- boca-1.5.0/doc/problemexamples/problemtemplate/limits/java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'boca-1.5.0/doc/problemexamples/problemtemplate/limits/java') diff --git a/boca-1.5.0/doc/problemexamples/problemtemplate/limits/java b/boca-1.5.0/doc/problemexamples/problemtemplate/limits/java index b48a3b7..b5aec73 100644 --- a/boca-1.5.0/doc/problemexamples/problemtemplate/limits/java +++ b/boca-1.5.0/doc/problemexamples/problemtemplate/limits/java @@ -5,6 +5,8 @@ echo 4 echo 10 # and the maximum amount of memory per repetition in the third line (in Mbytes) echo 512 +# and the maximum file size in the fourth line (in kbytes) +echo 1024 # and shall return zero to indicate no failure exit 0 # the idea is that this file will be executed by the autojudge in the first time the autojudge downloads a problem, so as it will be -- cgit v1.2.3