4372021-11-03 13:27:11lalalaAz óvodai lét elviselhetetlen könnyűsége #2python3Wrong answer 0/100860ms15368 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 answer771ms15180 KiB
2Wrong answer759ms15176 KiB
subtask20/20
3Wrong answer787ms15272 KiB
4Wrong answer778ms15284 KiB
5Wrong answer745ms15284 KiB
6Wrong answer760ms15332 KiB
7Wrong answer782ms15264 KiB
8Wrong answer781ms15308 KiB
9Wrong answer768ms15292 KiB
10Wrong answer782ms15296 KiB
subtask30/10
11Wrong answer779ms15328 KiB
12Wrong answer776ms15260 KiB
13Wrong answer764ms15312 KiB
14Wrong answer779ms15320 KiB
15Wrong answer768ms15256 KiB
16Wrong answer771ms15252 KiB
17Wrong answer773ms15232 KiB
subtask40/15
18Wrong answer808ms15204 KiB
19Wrong answer808ms15252 KiB
20Wrong answer860ms15252 KiB
21Wrong answer800ms15356 KiB
22Wrong answer796ms15276 KiB
23Wrong answer758ms15208 KiB
24Wrong answer771ms15244 KiB
25Wrong answer771ms15280 KiB
26Wrong answer788ms15232 KiB
27Wrong answer762ms15296 KiB
subtask50/55
28Wrong answer768ms15248 KiB
29Wrong answer754ms15248 KiB
30Wrong answer768ms15288 KiB
31Wrong answer753ms15280 KiB
32Wrong answer745ms15348 KiB
33Wrong answer765ms15260 KiB
34Wrong answer768ms15200 KiB
35Wrong answer749ms15256 KiB
36Wrong answer795ms15312 KiB
37Wrong answer750ms15368 KiB
38Wrong answer794ms15364 KiB
39Wrong answer737ms15192 KiB