답안 #526510

# 제출 시각 아이디 문제 언어 결과 실행 시간 메모리
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)
# 결과 실행 시간 메모리 Grader output
1 Runtime error 13 ms 2908 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 13 ms 2908 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 13 ms 2908 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 66 ms 5072 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -
# 결과 실행 시간 메모리 Grader output
1 Runtime error 13 ms 2908 KB Execution failed because the return code was nonzero
2 Halted 0 ms 0 KB -