diff options
Diffstat (limited to 'boca-1.5.0/doc/problemexamples/problemtemplate/limits')
3 files changed, 6 insertions, 0 deletions
diff --git a/boca-1.5.0/doc/problemexamples/problemtemplate/limits/c b/boca-1.5.0/doc/problemexamples/problemtemplate/limits/c index b48a3b7..b5aec73 100644 --- a/boca-1.5.0/doc/problemexamples/problemtemplate/limits/c +++ b/boca-1.5.0/doc/problemexamples/problemtemplate/limits/c @@ -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 diff --git a/boca-1.5.0/doc/problemexamples/problemtemplate/limits/cpp b/boca-1.5.0/doc/problemexamples/problemtemplate/limits/cpp index b48a3b7..b5aec73 100644 --- a/boca-1.5.0/doc/problemexamples/problemtemplate/limits/cpp +++ b/boca-1.5.0/doc/problemexamples/problemtemplate/limits/cpp @@ -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 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 |