From 3a26c438b9d25cb8adf56d5036007665bfc7a8d2 Mon Sep 17 00:00:00 2001 From: "mp4085@student.uni-lj.si" Date: Wed, 17 Dec 2014 20:04:55 +0000 Subject: git-svn-id: https://svn.lusy.fri.uni-lj.si/kpov-public-svn/kpov-public@98 5cf9fbd1-b2bc-434c-b4b7-e852f4f63414 --- kpov_judge/tasks/custom_rdate/task.py | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) (limited to 'kpov_judge/tasks/custom_rdate/task.py') diff --git a/kpov_judge/tasks/custom_rdate/task.py b/kpov_judge/tasks/custom_rdate/task.py index 573be62..561c7d1 100644 --- a/kpov_judge/tasks/custom_rdate/task.py +++ b/kpov_judge/tasks/custom_rdate/task.py @@ -24,6 +24,23 @@ nastavljati sam. S tem parametrom se bo preverjalo ali je prišlo do prepisovanja. """ + + 'en':u""" +Setup two virtual machines: +-SimpleArbiterDhcpRdate from disk image simpleArbiterRdate and +-rdateClient. + +On rdateClient create a user "test" with password "test". Set time on rdateClient +so that it will use SimpleArbiterDhcpRdate as it's rdate server. After that create +a program named guliver in the root directory of user "test". This program has to +read 4bytes from standard input and convert them to signed number using big endian rule. +Write this number to standard output. + +Generate a random string from both letters and numbers and add it as a parameter +to param_meta. This parameter will not be accessible to students and will be used +to check if student copied his work from someone else. +""" + } computers = { -- cgit v1.2.1