4432021-11-03 13:31:04lalalaAz óvodai lét elviselhetetlen könnyűsége #2python3Wrong answer 0/100864ms15404 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 answer777ms15148 KiB
2Wrong answer787ms15268 KiB
subtask20/20
3Wrong answer782ms15268 KiB
4Wrong answer802ms15328 KiB
5Wrong answer819ms15332 KiB
6Wrong answer790ms15292 KiB
7Wrong answer773ms15292 KiB
8Wrong answer769ms15308 KiB
9Wrong answer768ms15272 KiB
10Wrong answer771ms15224 KiB
subtask30/10
11Wrong answer763ms15268 KiB
12Wrong answer750ms15220 KiB
13Wrong answer763ms15256 KiB
14Wrong answer776ms15312 KiB
15Wrong answer768ms15308 KiB
16Wrong answer767ms15392 KiB
17Wrong answer771ms15300 KiB
subtask40/15
18Wrong answer759ms15308 KiB
19Wrong answer782ms15264 KiB
20Wrong answer813ms15284 KiB
21Wrong answer763ms15280 KiB
22Wrong answer774ms15308 KiB
23Wrong answer811ms15356 KiB
24Wrong answer754ms15256 KiB
25Wrong answer778ms15284 KiB
26Wrong answer782ms15344 KiB
27Wrong answer791ms15276 KiB
subtask50/55
28Wrong answer791ms15404 KiB
29Wrong answer785ms15220 KiB
30Wrong answer779ms15284 KiB
31Wrong answer864ms15316 KiB
32Wrong answer804ms15192 KiB
33Wrong answer765ms15396 KiB
34Wrong answer757ms15288 KiB
35Wrong answer772ms15304 KiB
36Wrong answer757ms15308 KiB
37Wrong answer779ms15336 KiB
38Wrong answer768ms15336 KiB
39Wrong answer824ms15320 KiB