QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#557789#8191. Kingdom Connectivityucup-team1005#RE 1ms5668kbC++203.2kb2024-09-11 11:25:132024-09-11 11:25:14

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 1ms
memory: 5668kb

input:

3 3
0 0
0 1
1 0
1 2 1
1 3 2
2 3 3

output:

1
1
1 2

result:

ok OK

Test #2:

score: 0
Accepted
time: 1ms
memory: 5560kb

input:

4 5
1 0
2 1
1 2
0 1
1 2 1
2 3 2
3 4 3
4 1 4
1 3 5

output:

4
2
1 2
3 4

result:

ok OK

Test #3:

score: 0
Accepted
time: 1ms
memory: 5612kb

input:

2 1
0 0
1 1
1 2 3

output:

0
0

result:

ok OK

Test #4:

score: -100
Runtime Error

input:

20 10
40 78
-41 29
-91 6
6 -59
-88 23
-90 -1
74 -95
40 5
46 68
-65 36
43 95
-29 -5
-71 55
59 -18
100 72
-22 -80
51 94
90 -59
-30 -61
23 84
11 19 22179
8 14 70541
15 17 864638
7 9 709730
11 18 465599
5 10 896921
17 18 856994
13 19 906850
9 14 334413
3 19 164501

output:


result: