QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#57709#692. Delete the PointsznstzWA 6ms3944kbC++2.2kb2022-10-22 17:53:132022-10-22 17:53:13

詳細信息

Test #1:

score: 100
Accepted
time: 3ms
memory: 3640kb

input:

4
1 1
2 2
5 5
6 6

output:

Yes
5 5 6 6
1 1 2 2

result:

ok OK

Test #2:

score: 0
Accepted
time: 0ms
memory: 3792kb

input:

4
0 0
1 2
2 1
4 4

output:

Yes
1 2 4 5
0 0 2 2

result:

ok OK

Test #3:

score: 0
Accepted
time: 3ms
memory: 3516kb

input:

4
1 2
3 2
2 1
2 3

output:

Yes
1 2 2 3
2 1 3 2

result:

ok OK

Test #4:

score: 0
Accepted
time: 2ms
memory: 3648kb

input:

6
12 9
1 5
10 14
20 14
15 4
7 9

output:

Yes
10 14 20 24
7 9 12 14
1 4 15 18

result:

ok OK

Test #5:

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

input:

10
39 72
59 52
23 17
2 31
30 0
25 88
2 36
61 23
4 96
59 76

output:

Yes
4 88 25 109
39 72 59 92
2 36 59 93
2 23 61 82
13 0 30 17

result:

ok OK

Test #6:

score: 0
Accepted
time: 2ms
memory: 3752kb

input:

10
53 95
37 51
84 11
3 39
31 20
37 84
42 27
95 38
6 6
16 19

output:

Yes
37 84 53 100
3 39 37 73
42 27 95 80
16 19 31 34
6 6 84 84

result:

ok OK

Test #7:

score: -100
Wrong Answer
time: 6ms
memory: 3944kb

input:

3000
997371332 135791687
997371332 135791686
997371332 135791685
997371333 135791685
997371333 135791687
997371334 135791687
997371333 135791688
997371331 135791686
997371333 135791689
997371334 135791686
997371334 135791689
997371333 135791684
997371332 135791689
997371331 135791685
997371334 13579...

output:

Yes
997371318 135791725 997371323 135791730
997371318 135791724 997371319 135791725
997371320 135791724 997371321 135791725
997371322 135791724 997371323 135791725
997371319 135791723 997371320 135791724
997371321 135791723 997371322 135791724
997371317 135791722 997371319 135791724
997371320 135791...

result:

wrong answer We have 3 point(s) in query 29