4322021-11-03 13:22:14lalalaAz óvodai lét elviselhetetlen könnyűsége #2python3Wrong answer 0/100864ms15388 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 answer787ms15208 KiB
2Wrong answer751ms15240 KiB
subtask20/20
3Wrong answer746ms15340 KiB
4Wrong answer757ms15304 KiB
5Wrong answer751ms15300 KiB
6Wrong answer796ms15272 KiB
7Wrong answer763ms15288 KiB
8Wrong answer765ms15296 KiB
9Wrong answer816ms15268 KiB
10Wrong answer864ms15296 KiB
subtask30/10
11Wrong answer783ms15296 KiB
12Wrong answer778ms15380 KiB
13Wrong answer828ms15300 KiB
14Wrong answer802ms15316 KiB
15Wrong answer795ms15212 KiB
16Wrong answer763ms15304 KiB
17Wrong answer753ms15272 KiB
subtask40/15
18Wrong answer786ms15300 KiB
19Wrong answer768ms15340 KiB
20Wrong answer805ms15280 KiB
21Wrong answer781ms15292 KiB
22Wrong answer776ms15284 KiB
23Wrong answer773ms15260 KiB
24Wrong answer762ms15212 KiB
25Wrong answer776ms15280 KiB
26Wrong answer773ms15240 KiB
27Wrong answer767ms15264 KiB
subtask50/55
28Wrong answer805ms15272 KiB
29Wrong answer824ms15312 KiB
30Wrong answer842ms15276 KiB
31Wrong answer806ms15296 KiB
32Wrong answer813ms15220 KiB
33Wrong answer806ms15332 KiB
34Wrong answer757ms15264 KiB
35Wrong answer773ms15240 KiB
36Wrong answer765ms15276 KiB
37Wrong answer795ms15388 KiB
38Wrong answer779ms15280 KiB
39Wrong answer796ms15324 KiB