183152025-10-19 08:25:24Zoli9Adószedőpython3Runtime error 0/30515ms32000 KiB
seged = list(map(int, input().split()))
n = seged[0]
m = seged[1]
fo = seged[2]
elek = []
for i in range(n+1):
    elek.append([])
osszes = []
for u in range(m):
    a = list(map(int, input().split()))
    elek[a[0]].append(a[1])
    elek[a[1]].append(a[0])
    osszes.append([a[0], a[1]])
print(0)
SubtaskSumTestVerdictTimeMemory
base0/30
1Runtime error0/016ms3128 KiB
2Runtime error0/0462ms32000 KiB
3Wrong answer0/117ms3136 KiB
4Wrong answer0/117ms3124 KiB
5Wrong answer0/117ms2960 KiB
6Wrong answer0/117ms3064 KiB
7Wrong answer0/117ms3120 KiB
8Wrong answer0/117ms3028 KiB
9Wrong answer0/219ms3188 KiB
10Wrong answer0/223ms3424 KiB
11Wrong answer0/221ms3504 KiB
12Wrong answer0/261ms5668 KiB
13Wrong answer0/2125ms9776 KiB
14Wrong answer0/2513ms30504 KiB
15Runtime error0/1510ms32000 KiB
16Runtime error0/1515ms32000 KiB
17Runtime error0/2449ms32000 KiB
18Runtime error0/2456ms32000 KiB
19Runtime error0/2449ms32000 KiB
20Runtime error0/2481ms32000 KiB
21Runtime error0/2476ms32000 KiB