Submission #526510

# Submission time Handle Problem Language Result Execution time Memory
526510 2022-02-15T05:46:45 Z Honeybee Lost Array (NOI19_lostarray) Python 3
0 / 100
66 ms 5072 KB
s = input().split(' ')

N = int(s[0])
M = int(s[1])

querys = []

for i in range(M):
    ans = input().split(' ')
    A = int(ans[0]) - 1
    B = int(ans[1]) - 1
    C = int(ans[2])
    querys.append([A, B, C])

x = [0] * N

for i in querys:
    x[query[0]] = max(x[i[0]], i[2])
    x[query[1]] = max(x[i[0]], i[2])
    
output = ''
for i in x:
    output = output + i + ' '
print(output)
# Verdict Execution time Memory Grader output
1 Runtime error 13 ms 2908 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 13 ms 2908 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 13 ms 2908 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 66 ms 5072 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# Verdict Execution time Memory Grader output
1 Runtime error 13 ms 2908 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -