4422021-11-03 13:31:02lalalaAz óvodai lét elviselhetetlen könnyűsége #2python3Wrong answer 0/100878ms18304 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 answer754ms18212 KiB
2Wrong answer742ms18196 KiB
subtask20/20
3Wrong answer753ms18268 KiB
4Wrong answer794ms18032 KiB
5Wrong answer777ms18180 KiB
6Wrong answer769ms18140 KiB
7Wrong answer759ms18284 KiB
8Wrong answer763ms18176 KiB
9Wrong answer768ms18184 KiB
10Wrong answer878ms18220 KiB
subtask30/10
11Wrong answer763ms18220 KiB
12Wrong answer763ms18168 KiB
13Wrong answer744ms18188 KiB
14Wrong answer773ms18268 KiB
15Wrong answer811ms18136 KiB
16Wrong answer763ms18200 KiB
17Wrong answer781ms18208 KiB
subtask40/15
18Wrong answer767ms18224 KiB
19Wrong answer777ms18240 KiB
20Wrong answer773ms18220 KiB
21Wrong answer782ms18216 KiB
22Wrong answer800ms18192 KiB
23Wrong answer763ms18212 KiB
24Wrong answer758ms18168 KiB
25Wrong answer827ms18244 KiB
26Wrong answer777ms18244 KiB
27Wrong answer805ms18184 KiB
subtask50/55
28Wrong answer757ms18232 KiB
29Wrong answer742ms18196 KiB
30Wrong answer744ms18268 KiB
31Wrong answer746ms18188 KiB
32Wrong answer731ms18220 KiB
33Wrong answer764ms18304 KiB
34Wrong answer763ms18136 KiB
35Wrong answer763ms18272 KiB
36Wrong answer814ms18136 KiB
37Wrong answer776ms18172 KiB
38Wrong answer763ms18252 KiB
39Wrong answer782ms18156 KiB