From a37edf8956630397abc2c20d66f465af032ec231 Mon Sep 17 00:00:00 2001 From: Bruno Ribas Date: Fri, 4 Nov 2016 15:04:54 -0200 Subject: Update limits/{c,cc,cpp,java}: To current usage Signed-off-by: Bruno Ribas --- doc/problemexamples/problemtemplate/limits/c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'doc/problemexamples/problemtemplate/limits/c') diff --git a/doc/problemexamples/problemtemplate/limits/c b/doc/problemexamples/problemtemplate/limits/c index b5aec73..5701ffc 100644 --- a/doc/problemexamples/problemtemplate/limits/c +++ b/doc/problemexamples/problemtemplate/limits/c @@ -1,10 +1,10 @@ #!/bin/bash # this executable shall output the number of second of timelimit in the first line, for the given problem and with language according to this filename -echo 4 +echo 1 # and the number of repetitions to run within the given timelimit in the second line -echo 10 +echo 1 # and the maximum amount of memory per repetition in the third line (in Mbytes) -echo 512 +echo 1024 # and the maximum file size in the fourth line (in kbytes) echo 1024 # and shall return zero to indicate no failure -- cgit v1.2.3