-
Notifications
You must be signed in to change notification settings - Fork 0
/
report_template.html
458 lines (416 loc) · 20.6 KB
/
report_template.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
<!doctype html>
<html lang=en>
<head>
<meta charset=utf-8>
<meta http-equiv="cache-control" content="no-cache">
<title>PRP - Results</title>
<style type="text/css">
div {
white-space: pre;
font-family: "Consolas";
font-size: 14px;
margin: 0pt;
display: block;
width: 875px;
margin-left: auto;
margin-right: auto;
text-align: left;
}
.maintitle{
color: #0000cc;
text-align:center;
background-color: #dedeef;
font-size: 1.5em;
margin-top: 0.83em;
margin-bottom: 0.83em;
font-weight: bold;
}
.public {
display: block;
background-color: #f0f0f0;
margin-left: auto;
margin-right: auto;
}
.ok {
display: block;
background-color: darkgreen;
color: white;
text-align: center;
margin-top: 10pt;
}
.nok {
display: block;
background-color: darkred;
color: white;
text-align: center;
margin-top: 10pt;
}
.title {
display: block;
background-color: darkgray;
color: black;
text-align: center;
margin-top: 10pt;
}
div.main {
width: 875px;
margin-left: auto;
margin-right: auto;
}
div.error {
color: red;
font-size: 150%;
}
div.info {
}
table {
width: 100%;
}
td{
vertical-align: top;
width: 33.33%;
text-align: left;
}
.points {
border-collapse: collapse;
/*border: 1px solid black;*/
width: 70%;
margin: 0 auto;
vertical-align: middle;
}
.points tr td, .points tr th {
border-collapse: collapse;
border: 1px solid black;
text-align: center;
vertical-align: middle;
width: 20%;
}
.diff {
width: 800px;
background-color: white;
height: 1.5em;
overflow: hidden;
/*border-style: solid;*/
font-family: monospace;
}
</style>
</head>
<body>
<div class=diff onclick="{this.style.height = this.style.height=='auto'? '1.5em':'auto'; }">Input stream (stdin) - click to show details:
<pre>
11 24
Hexdump
================================================================================================
0000000: 31 31 20 32 34 0a 11 24.
</pre></div>
<div class=diff onclick="{this.style.height = this.style.height=='auto'? '1.5em':'auto'; }">Standard output (stdout) - click to show details:
<pre>
EXPECTED OUTPUT CURRENT OUTPUT
================================================================================================
Desitkova soustava: 11 24 Desitkova soustava: 11 24
Sestnactkova soustava: b 18 Sestnactkova soustava: b 18
Soucet: 11 + 24 = 35 Soucet: 11 + 24 = 35
Rozdil: 11 - 24 = -13 Rozdil: 11 - 24 = -13
Soucin: 11 * 24 = 264 Soucin: 11 * 24 = 264
Podil: 11 / 24 = 0 Podil: 11 / 24 = 0
Prumer: 17.5 Prumer: 17.5
Hexdump
EXPECTED OUTPUT CURRENT OUTPUT
================================================================================================
0000000: 44 65 73 69 74 6b 6f 76 Desitkov 0000000: 44 65 73 69 74 6b 6f 76 Desitkov
0000008: 61 20 73 6f 75 73 74 61 a sousta 0000008: 61 20 73 6f 75 73 74 61 a sousta
0000010: 76 61 3a 20 31 31 20 32 va: 11 2 0000010: 76 61 3a 20 31 31 20 32 va: 11 2
0000018: 34 0a 53 65 73 74 6e 61 4.Sestna 0000018: 34 0a 53 65 73 74 6e 61 4.Sestna
0000020: 63 74 6b 6f 76 61 20 73 ctkova s 0000020: 63 74 6b 6f 76 61 20 73 ctkova s
0000028: 6f 75 73 74 61 76 61 3a oustava: 0000028: 6f 75 73 74 61 76 61 3a oustava:
0000030: 20 62 20 31 38 0a 53 6f b 18.So 0000030: 20 62 20 31 38 0a 53 6f b 18.So
0000038: 75 63 65 74 3a 20 31 31 ucet: 11 0000038: 75 63 65 74 3a 20 31 31 ucet: 11
0000040: 20 2b 20 32 34 20 3d 20 + 24 = 0000040: 20 2b 20 32 34 20 3d 20 + 24 =
0000048: 33 35 0a 52 6f 7a 64 69 35.Rozdi 0000048: 33 35 0a 52 6f 7a 64 69 35.Rozdi
0000050: 6c 3a 20 31 31 20 2d 20 l: 11 - 0000050: 6c 3a 20 31 31 20 2d 20 l: 11 -
0000058: 32 34 20 3d 20 2d 31 33 24 = -13 0000058: 32 34 20 3d 20 2d 31 33 24 = -13
0000060: 0a 53 6f 75 63 69 6e 3a .Soucin: 0000060: 0a 53 6f 75 63 69 6e 3a .Soucin:
0000068: 20 31 31 20 2a 20 32 34 11 * 24 0000068: 20 31 31 20 2a 20 32 34 11 * 24
0000070: 20 3d 20 32 36 34 0a 50 = 264.P 0000070: 20 3d 20 32 36 34 0a 50 = 264.P
0000078: 6f 64 69 6c 3a 20 31 31 odil: 11 0000078: 6f 64 69 6c 3a 20 31 31 odil: 11
0000080: 20 2f 20 32 34 20 3d 20 / 24 = 0000080: 20 2f 20 32 34 20 3d 20 / 24 =
0000088: 30 0a 50 72 75 6d 65 72 0.Prumer 0000088: 30 0a 50 72 75 6d 65 72 0.Prumer
0000090: 3a 20 31 37 2e 35 0a : 17.5. 0000090: 3a 20 31 37 2e 35 0a : 17.5.
</pre></div>
<div class=diff onclick="{this.style.height = this.style.height=='auto'? '1.5em':'auto'; }">Standard error output (stderr) - click to show details:
<pre>
EXPECTED OUTPUT CURRENT OUTPUT
================================================================================================
Hexdump
EXPECTED OUTPUT CURRENT OUTPUT
================================================================================================
</pre></div>
</div><div class=ok>pub02</div><div class=public> <table> <tr>
<th>Reference:</th>
<th>Student:</th>
<th>Student + valgrind:</th>
</tr>
<tr>
<td>Return value: 0 Real time: 2 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 957 ms User time: 908 ms Sys time: 44 ms Stack memory usage: 3264 b Heap memory usage: 0 b </td>
</tr>
</table>
<div class=diff onclick="{this.style.height = this.style.height=='auto'? '1.5em':'auto'; }">Input stream (stdin) - click to show details:
<pre>
152 0
Hexdump
================================================================================================
0000000: 31 35 32 20 30 0a 152 0.
</pre></div>
<div class=diff onclick="{this.style.height = this.style.height=='auto'? '1.5em':'auto'; }">Standard output (stdout) - click to show details:
<pre>
EXPECTED OUTPUT CURRENT OUTPUT
================================================================================================
Desitkova soustava: 152 0 Desitkova soustava: 152 0
Sestnactkova soustava: 98 0 Sestnactkova soustava: 98 0
Soucet: 152 + 0 = 152 Soucet: 152 + 0 = 152
Rozdil: 152 - 0 = 152 Rozdil: 152 - 0 = 152
Soucin: 152 * 0 = 0 Soucin: 152 * 0 = 0
Nedefinovany vysledek! Nedefinovany vysledek!
Prumer: 76.0 Prumer: 76.0
Hexdump
EXPECTED OUTPUT CURRENT OUTPUT
================================================================================================
0000000: 44 65 73 69 74 6b 6f 76 Desitkov 0000000: 44 65 73 69 74 6b 6f 76 Desitkov
0000008: 61 20 73 6f 75 73 74 61 a sousta 0000008: 61 20 73 6f 75 73 74 61 a sousta
0000010: 76 61 3a 20 31 35 32 20 va: 152 0000010: 76 61 3a 20 31 35 32 20 va: 152
0000018: 30 0a 53 65 73 74 6e 61 0.Sestna 0000018: 30 0a 53 65 73 74 6e 61 0.Sestna
0000020: 63 74 6b 6f 76 61 20 73 ctkova s 0000020: 63 74 6b 6f 76 61 20 73 ctkova s
0000028: 6f 75 73 74 61 76 61 3a oustava: 0000028: 6f 75 73 74 61 76 61 3a oustava:
0000030: 20 39 38 20 30 0a 53 6f 98 0.So 0000030: 20 39 38 20 30 0a 53 6f 98 0.So
0000038: 75 63 65 74 3a 20 31 35 ucet: 15 0000038: 75 63 65 74 3a 20 31 35 ucet: 15
0000040: 32 20 2b 20 30 20 3d 20 2 + 0 = 0000040: 32 20 2b 20 30 20 3d 20 2 + 0 =
0000048: 31 35 32 0a 52 6f 7a 64 152.Rozd 0000048: 31 35 32 0a 52 6f 7a 64 152.Rozd
0000050: 69 6c 3a 20 31 35 32 20 il: 152 0000050: 69 6c 3a 20 31 35 32 20 il: 152
0000058: 2d 20 30 20 3d 20 31 35 - 0 = 15 0000058: 2d 20 30 20 3d 20 31 35 - 0 = 15
0000060: 32 0a 53 6f 75 63 69 6e 2.Soucin 0000060: 32 0a 53 6f 75 63 69 6e 2.Soucin
0000068: 3a 20 31 35 32 20 2a 20 : 152 * 0000068: 3a 20 31 35 32 20 2a 20 : 152 *
0000070: 30 20 3d 20 30 0a 4e 65 0 = 0.Ne 0000070: 30 20 3d 20 30 0a 4e 65 0 = 0.Ne
0000078: 64 65 66 69 6e 6f 76 61 definova 0000078: 64 65 66 69 6e 6f 76 61 definova
0000080: 6e 79 20 76 79 73 6c 65 ny vysle 0000080: 6e 79 20 76 79 73 6c 65 ny vysle
0000088: 64 65 6b 21 0a 50 72 75 dek!.Pru 0000088: 64 65 6b 21 0a 50 72 75 dek!.Pru
0000090: 6d 65 72 3a 20 37 36 2e mer: 76. 0000090: 6d 65 72 3a 20 37 36 2e mer: 76.
0000098: 30 0a 0. 0000098: 30 0a 0.
</pre></div>
<div class=diff onclick="{this.style.height = this.style.height=='auto'? '1.5em':'auto'; }">Standard error output (stderr) - click to show details:
<pre>
EXPECTED OUTPUT CURRENT OUTPUT
================================================================================================
Hexdump
EXPECTED OUTPUT CURRENT OUTPUT
================================================================================================
</pre></div>
</div><div class=ok>pub03</div><div class=public> <table> <tr>
<th>Reference:</th>
<th>Student:</th>
<th>Student + valgrind:</th>
</tr>
<tr>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 913 ms User time: 888 ms Sys time: 20 ms Stack memory usage: 3264 b Heap memory usage: 0 b </td>
</tr>
</table>
<div class=diff onclick="{this.style.height = this.style.height=='auto'? '1.5em':'auto'; }">Input stream (stdin) - click to show details:
<pre>
10001 125
Hexdump
================================================================================================
0000000: 31 30 30 30 31 20 31 32 10001 12
0000008: 35 0a 5.
</pre></div>
<div class=diff onclick="{this.style.height = this.style.height=='auto'? '1.5em':'auto'; }">Standard output (stdout) - click to show details:
<pre>
EXPECTED OUTPUT CURRENT OUTPUT
================================================================================================
Vstup je mimo interval! Vstup je mimo interval!
Hexdump
EXPECTED OUTPUT CURRENT OUTPUT
================================================================================================
0000000: 56 73 74 75 70 20 6a 65 Vstup je 0000000: 56 73 74 75 70 20 6a 65 Vstup je
0000008: 20 6d 69 6d 6f 20 69 6e mimo in 0000008: 20 6d 69 6d 6f 20 69 6e mimo in
0000010: 74 65 72 76 61 6c 21 0a terval!. 0000010: 74 65 72 76 61 6c 21 0a terval!.
</pre></div>
<div class=diff onclick="{this.style.height = this.style.height=='auto'? '1.5em':'auto'; }">Standard error output (stderr) - click to show details:
<pre>
EXPECTED OUTPUT CURRENT OUTPUT
================================================================================================
Hexdump
EXPECTED OUTPUT CURRENT OUTPUT
================================================================================================
</pre></div>
</div><div class=ok>pub04</div><div class=public> <table> <tr>
<th>Reference:</th>
<th>Student:</th>
<th>Student + valgrind:</th>
</tr>
<tr>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 943 ms User time: 900 ms Sys time: 40 ms Stack memory usage: 3264 b Heap memory usage: 0 b </td>
</tr>
</table>
<div class=diff onclick="{this.style.height = this.style.height=='auto'? '1.5em':'auto'; }">Input stream (stdin) - click to show details:
<pre>
212 -78 5 16 32
Hexdump
================================================================================================
0000000: 32 31 32 20 2d 37 38 20 212 -78
0000008: 35 20 31 36 20 33 32 0a 5 16 32.
</pre></div>
<div class=diff onclick="{this.style.height = this.style.height=='auto'? '1.5em':'auto'; }">Standard output (stdout) - click to show details:
<pre>
EXPECTED OUTPUT CURRENT OUTPUT
================================================================================================
Desitkova soustava: 212 -78 Desitkova soustava: 212 -78
Sestnactkova soustava: d4 ffffffb2 Sestnactkova soustava: d4 ffffffb2
Soucet: 212 + -78 = 134 Soucet: 212 + -78 = 134
Rozdil: 212 - -78 = 290 Rozdil: 212 - -78 = 290
Soucin: 212 * -78 = -16536 Soucin: 212 * -78 = -16536
Podil: 212 / -78 = -2 Podil: 212 / -78 = -2
Prumer: 67.0 Prumer: 67.0
Hexdump
EXPECTED OUTPUT CURRENT OUTPUT
================================================================================================
0000000: 44 65 73 69 74 6b 6f 76 Desitkov 0000000: 44 65 73 69 74 6b 6f 76 Desitkov
0000008: 61 20 73 6f 75 73 74 61 a sousta 0000008: 61 20 73 6f 75 73 74 61 a sousta
0000010: 76 61 3a 20 32 31 32 20 va: 212 0000010: 76 61 3a 20 32 31 32 20 va: 212
0000018: 2d 37 38 0a 53 65 73 74 -78.Sest 0000018: 2d 37 38 0a 53 65 73 74 -78.Sest
0000020: 6e 61 63 74 6b 6f 76 61 nactkova 0000020: 6e 61 63 74 6b 6f 76 61 nactkova
0000028: 20 73 6f 75 73 74 61 76 soustav 0000028: 20 73 6f 75 73 74 61 76 soustav
0000030: 61 3a 20 64 34 20 66 66 a: d4 ff 0000030: 61 3a 20 64 34 20 66 66 a: d4 ff
0000038: 66 66 66 66 62 32 0a 53 ffffb2.S 0000038: 66 66 66 66 62 32 0a 53 ffffb2.S
0000040: 6f 75 63 65 74 3a 20 32 oucet: 2 0000040: 6f 75 63 65 74 3a 20 32 oucet: 2
0000048: 31 32 20 2b 20 2d 37 38 12 + -78 0000048: 31 32 20 2b 20 2d 37 38 12 + -78
0000050: 20 3d 20 31 33 34 0a 52 = 134.R 0000050: 20 3d 20 31 33 34 0a 52 = 134.R
0000058: 6f 7a 64 69 6c 3a 20 32 ozdil: 2 0000058: 6f 7a 64 69 6c 3a 20 32 ozdil: 2
0000060: 31 32 20 2d 20 2d 37 38 12 - -78 0000060: 31 32 20 2d 20 2d 37 38 12 - -78
0000068: 20 3d 20 32 39 30 0a 53 = 290.S 0000068: 20 3d 20 32 39 30 0a 53 = 290.S
0000070: 6f 75 63 69 6e 3a 20 32 oucin: 2 0000070: 6f 75 63 69 6e 3a 20 32 oucin: 2
0000078: 31 32 20 2a 20 2d 37 38 12 * -78 0000078: 31 32 20 2a 20 2d 37 38 12 * -78
0000080: 20 3d 20 2d 31 36 35 33 = -1653 0000080: 20 3d 20 2d 31 36 35 33 = -1653
0000088: 36 0a 50 6f 64 69 6c 3a 6.Podil: 0000088: 36 0a 50 6f 64 69 6c 3a 6.Podil:
0000090: 20 32 31 32 20 2f 20 2d 212 / - 0000090: 20 32 31 32 20 2f 20 2d 212 / -
0000098: 37 38 20 3d 20 2d 32 0a 78 = -2. 0000098: 37 38 20 3d 20 2d 32 0a 78 = -2.
00000a0: 50 72 75 6d 65 72 3a 20 Prumer: 00000a0: 50 72 75 6d 65 72 3a 20 Prumer:
00000a8: 36 37 2e 30 0a 67.0. 00000a8: 36 37 2e 30 0a 67.0.
</pre></div>
<div class=diff onclick="{this.style.height = this.style.height=='auto'? '1.5em':'auto'; }">Standard error output (stderr) - click to show details:
<pre>
EXPECTED OUTPUT CURRENT OUTPUT
================================================================================================
Hexdump
EXPECTED OUTPUT CURRENT OUTPUT
================================================================================================
</pre></div>
</div><div class=ok>man01</div><div class=public> <table> <tr>
<th>Reference:</th>
<th>Student:</th>
<th>Student + valgrind:</th>
</tr>
<tr>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 936 ms User time: 892 ms Sys time: 40 ms Stack memory usage: 3264 b Heap memory usage: 0 b </td>
</tr>
</table>
</div><div class=ok>man02</div><div class=public> <table> <tr>
<th>Reference:</th>
<th>Student:</th>
<th>Student + valgrind:</th>
</tr>
<tr>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 961 ms User time: 920 ms Sys time: 40 ms Stack memory usage: 3264 b Heap memory usage: 0 b </td>
</tr>
</table>
</div><div class=ok>man03</div><div class=public> <table> <tr>
<th>Reference:</th>
<th>Student:</th>
<th>Student + valgrind:</th>
</tr>
<tr>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 946 ms User time: 924 ms Sys time: 20 ms Stack memory usage: 3264 b Heap memory usage: 0 b </td>
</tr>
</table>
</div><div class=ok>man04</div><div class=public> <table> <tr>
<th>Reference:</th>
<th>Student:</th>
<th>Student + valgrind:</th>
</tr>
<tr>
<td>Return value: 0 Real time: 2 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 943 ms User time: 904 ms Sys time: 36 ms Stack memory usage: 3264 b Heap memory usage: 0 b </td>
</tr>
</table>
</div><div class=ok>man05</div><div class=public> <table> <tr>
<th>Reference:</th>
<th>Student:</th>
<th>Student + valgrind:</th>
</tr>
<tr>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 910 ms User time: 868 ms Sys time: 40 ms Stack memory usage: 3264 b Heap memory usage: 0 b </td>
</tr>
</table>
</div><div class=ok>man06</div><div class=public> <table> <tr>
<th>Reference:</th>
<th>Student:</th>
<th>Student + valgrind:</th>
</tr>
<tr>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 948 ms User time: 904 ms Sys time: 40 ms Stack memory usage: 3264 b Heap memory usage: 0 b </td>
</tr>
</table>
</div><div class=ok>man07</div><div class=public> <table> <tr>
<th>Reference:</th>
<th>Student:</th>
<th>Student + valgrind:</th>
</tr>
<tr>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 910 ms User time: 872 ms Sys time: 36 ms Stack memory usage: 3264 b Heap memory usage: 0 b </td>
</tr>
</table>
</div><div class=ok>man08</div><div class=public> <table> <tr>
<th>Reference:</th>
<th>Student:</th>
<th>Student + valgrind:</th>
</tr>
<tr>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 940 ms User time: 912 ms Sys time: 24 ms Stack memory usage: 3264 b Heap memory usage: 0 b </td>
</tr>
</table>
</div><div class=ok>man09</div><div class=public> <table> <tr>
<th>Reference:</th>
<th>Student:</th>
<th>Student + valgrind:</th>
</tr>
<tr>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 1 ms User time: 0 ms Sys time: 0 ms </td>
<td>Return value: 0 Real time: 946 ms User time: 896 ms Sys time: 48 ms Stack memory usage: 3264 b Heap memory usage: 0 b </td>
</tr>
</table>
</div>
<div>Number of uploads: 3</div>
<div>Evaluation ended on:
Mon Oct 3 12:35:26 CEST 2016
</div>