aboutsummaryrefslogtreecommitdiff
path: root/boca-1.5.0/doc/problemexamples/problemtemplate/limits/java
diff options
context:
space:
mode:
authorcassiopc <cassiopc@gmail.com>2012-08-22 14:39:03 +0000
committercassiopc <cassiopc@gmail.com>2012-08-22 14:39:03 +0000
commitfc7990c62d85fdebef4a438a1fbc9d69a3710d55 (patch)
treeba6e1a305b0e63fbeb719e1a682c8e5e578b726e /boca-1.5.0/doc/problemexamples/problemtemplate/limits/java
parent059e2fdcf0cef7e3594a66e21b3fd682ac736856 (diff)
downloadboca-fc7990c62d85fdebef4a438a1fbc9d69a3710d55.tar.gz
boca-fc7990c62d85fdebef4a438a1fbc9d69a3710d55.zip
small bug fixes, inclusion of file size limit configurable
Diffstat (limited to 'boca-1.5.0/doc/problemexamples/problemtemplate/limits/java')
-rw-r--r--boca-1.5.0/doc/problemexamples/problemtemplate/limits/java2
1 files changed, 2 insertions, 0 deletions
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