diff options
Diffstat (limited to 'kpov_judge/tasks')
-rw-r--r-- | kpov_judge/tasks/custom_rdate/task.py | 17 |
1 files changed, 17 insertions, 0 deletions
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 = { |