4352021-11-03 13:26:50lalalaAz óvodai lét elviselhetetlen könnyűsége #2python3Wrong answer 0/100876ms15376 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 answer773ms15332 KiB
2Wrong answer764ms15220 KiB
subtask20/20
3Wrong answer754ms15256 KiB
4Wrong answer771ms15268 KiB
5Wrong answer758ms15356 KiB
6Wrong answer748ms15256 KiB
7Wrong answer760ms15280 KiB
8Wrong answer778ms15364 KiB
9Wrong answer774ms15200 KiB
10Wrong answer764ms15376 KiB
subtask30/10
11Wrong answer777ms15336 KiB
12Wrong answer764ms15284 KiB
13Wrong answer786ms15292 KiB
14Wrong answer814ms15340 KiB
15Wrong answer837ms15196 KiB
16Wrong answer847ms15268 KiB
17Wrong answer797ms15252 KiB
subtask40/15
18Wrong answer773ms15288 KiB
19Wrong answer797ms15356 KiB
20Wrong answer796ms15288 KiB
21Wrong answer779ms15356 KiB
22Wrong answer804ms15296 KiB
23Wrong answer762ms15268 KiB
24Wrong answer791ms15288 KiB
25Wrong answer774ms15260 KiB
26Wrong answer762ms15256 KiB
27Wrong answer785ms15356 KiB
subtask50/55
28Wrong answer760ms15256 KiB
29Wrong answer782ms15272 KiB
30Wrong answer778ms15352 KiB
31Wrong answer781ms15268 KiB
32Wrong answer787ms15280 KiB
33Wrong answer773ms15228 KiB
34Wrong answer768ms15280 KiB
35Wrong answer772ms15280 KiB
36Wrong answer768ms15316 KiB
37Wrong answer764ms15260 KiB
38Wrong answer768ms15300 KiB
39Wrong answer876ms15276 KiB