4332021-11-03 13:23:12lalalaAz óvodai lét elviselhetetlen könnyűsége #2python3Wrong answer 0/100873ms15920 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 answer787ms15236 KiB
2Wrong answer769ms15228 KiB
subtask20/20
3Wrong answer778ms15240 KiB
4Wrong answer787ms15244 KiB
5Wrong answer777ms15280 KiB
6Wrong answer768ms15236 KiB
7Wrong answer759ms15324 KiB
8Wrong answer787ms15368 KiB
9Wrong answer763ms15160 KiB
10Wrong answer769ms15184 KiB
subtask30/10
11Wrong answer819ms15360 KiB
12Wrong answer764ms15248 KiB
13Wrong answer782ms15816 KiB
14Wrong answer778ms15820 KiB
15Wrong answer768ms15808 KiB
16Wrong answer799ms15808 KiB
17Wrong answer771ms15740 KiB
subtask40/15
18Wrong answer773ms15800 KiB
19Wrong answer777ms15816 KiB
20Wrong answer759ms15756 KiB
21Wrong answer800ms15768 KiB
22Wrong answer759ms15716 KiB
23Wrong answer760ms15728 KiB
24Wrong answer790ms15808 KiB
25Wrong answer791ms15864 KiB
26Wrong answer843ms15820 KiB
27Wrong answer750ms15780 KiB
subtask50/55
28Wrong answer742ms15820 KiB
29Wrong answer771ms15824 KiB
30Wrong answer836ms15796 KiB
31Wrong answer787ms15772 KiB
32Wrong answer873ms15828 KiB
33Wrong answer760ms15836 KiB
34Wrong answer759ms15812 KiB
35Wrong answer759ms15740 KiB
36Wrong answer785ms15920 KiB
37Wrong answer783ms15864 KiB
38Wrong answer754ms15812 KiB
39Wrong answer778ms15824 KiB