4362021-11-03 13:27:06lalalaAz óvodai lét elviselhetetlen könnyűsége #2python3Wrong answer 0/100850ms15396 KiB

from multiprocessing import Process
import time
import os

def run(id):
	#then = time.clock_gettime(time.CLOCK_THREAD_CPUTIME_ID)
	ans = 0
	for i in range(10000000):
		ans += i
	#print(time.clock_gettime(time.CLOCK_THREAD_CPUTIME_ID))
	#os.system("time -v ./a.out 2> err{}".format(id))

run(0)

#threadcnt = 1
#for i in range(threadcnt):
#	thread = Process(target=run, args=(i,))
#	thread.start()
SubtaskSumTestVerdictTimeMemory
subtask10/0
1Wrong answer759ms15316 KiB
2Wrong answer778ms15176 KiB
subtask20/20
3Wrong answer787ms15300 KiB
4Wrong answer773ms15312 KiB
5Wrong answer801ms15268 KiB
6Wrong answer805ms15252 KiB
7Wrong answer771ms15320 KiB
8Wrong answer773ms15284 KiB
9Wrong answer750ms15344 KiB
10Wrong answer764ms15344 KiB
subtask30/10
11Wrong answer758ms15312 KiB
12Wrong answer750ms15268 KiB
13Wrong answer814ms15276 KiB
14Wrong answer771ms15340 KiB
15Wrong answer791ms15256 KiB
16Wrong answer764ms15300 KiB
17Wrong answer783ms15300 KiB
subtask40/15
18Wrong answer782ms15304 KiB
19Wrong answer794ms15264 KiB
20Wrong answer786ms15340 KiB
21Wrong answer773ms15284 KiB
22Wrong answer782ms15304 KiB
23Wrong answer791ms15256 KiB
24Wrong answer750ms15292 KiB
25Wrong answer759ms15264 KiB
26Wrong answer771ms15276 KiB
27Wrong answer787ms15280 KiB
subtask50/55
28Wrong answer787ms15288 KiB
29Wrong answer768ms15324 KiB
30Wrong answer785ms15348 KiB
31Wrong answer792ms15368 KiB
32Wrong answer800ms15228 KiB
33Wrong answer832ms15296 KiB
34Wrong answer785ms15396 KiB
35Wrong answer820ms15340 KiB
36Wrong answer850ms15212 KiB
37Wrong answer801ms15292 KiB
38Wrong answer740ms15368 KiB
39Wrong answer768ms15332 KiB