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
print(C, C)
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
13 ms |
2764 KB |
Output is correct |
2 |
Correct |
13 ms |
2716 KB |
Output is correct |
3 |
Correct |
13 ms |
2828 KB |
Output is correct |
4 |
Correct |
13 ms |
2828 KB |
Output is correct |
5 |
Correct |
13 ms |
2752 KB |
Output is correct |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
13 ms |
2764 KB |
Output is correct |
2 |
Correct |
13 ms |
2716 KB |
Output is correct |
3 |
Correct |
13 ms |
2828 KB |
Output is correct |
4 |
Correct |
13 ms |
2828 KB |
Output is correct |
5 |
Correct |
13 ms |
2752 KB |
Output is correct |
6 |
Incorrect |
15 ms |
2952 KB |
Unexpected end of file - int32 expected |
7 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
13 ms |
2764 KB |
Output is correct |
2 |
Correct |
13 ms |
2716 KB |
Output is correct |
3 |
Correct |
13 ms |
2828 KB |
Output is correct |
4 |
Correct |
13 ms |
2828 KB |
Output is correct |
5 |
Correct |
13 ms |
2752 KB |
Output is correct |
6 |
Incorrect |
15 ms |
2952 KB |
Unexpected end of file - int32 expected |
7 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Incorrect |
66 ms |
5300 KB |
Unexpected end of file - int32 expected |
2 |
Halted |
0 ms |
0 KB |
- |
# |
결과 |
실행 시간 |
메모리 |
Grader output |
1 |
Correct |
13 ms |
2764 KB |
Output is correct |
2 |
Correct |
13 ms |
2716 KB |
Output is correct |
3 |
Correct |
13 ms |
2828 KB |
Output is correct |
4 |
Correct |
13 ms |
2828 KB |
Output is correct |
5 |
Correct |
13 ms |
2752 KB |
Output is correct |
6 |
Incorrect |
15 ms |
2952 KB |
Unexpected end of file - int32 expected |
7 |
Halted |
0 ms |
0 KB |
- |