QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#40222#692. Delete the PointsZhangYiDeWA 7ms3820kbC++172.3kb2022-07-18 12:01:362022-07-18 12:01:37

Details

Tip: Click on the bar to expand more detailed information

Test #1:

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

input:

4
1 1
2 2
5 5
6 6

output:

Yes
1.0 1.0 2.0 2.0
5.0 5.0 6.0 6.0

result:

ok OK

Test #2:

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

input:

4
0 0
1 2
2 1
4 4

output:

Yes
-1.0 0.0 1.0 2.0
1.0 1.0 4.0 4.0

result:

ok OK

Test #3:

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

input:

4
1 2
3 2
2 1
2 3

output:

Yes
1.0 2.0 2.0 3.0
2.0 1.0 3.0 2.0

result:

ok OK

Test #4:

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

input:

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

output:

Yes
1.0 5.0 7.0 11.0
7.0 9.0 12.0 14.0
10.0 4.0 20.0 14.0

result:

ok OK

Test #5:

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

input:

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

output:

Yes
-3.0 31.0 2.0 36.0
-56.0 17.0 23.0 96.0
-58.0 0.0 30.0 88.0
39.0 72.0 59.0 92.0
32.0 23.0 61.0 52.0

result:

ok OK

Test #6:

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

input:

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

output:

Yes
-27.0 6.0 6.0 39.0
16.0 19.0 31.0 34.0
4.0 51.0 37.0 84.0
-15.0 27.0 53.0 95.0
68.0 11.0 95.0 38.0

result:

ok OK

Test #7:

score: -100
Wrong Answer
time: 7ms
memory: 3812kb

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
997371304.0 135791709.0 997371304.0 135791709.0
997371281.0 135791685.0 997371304.0 135791708.0
997371304.0 135791709.0 997371305.0 135791710.0
997371304.0 135791707.0 997371305.0 135791708.0
997371301.0 135791694.0 997371305.0 135791698.0
997371304.0 135791685.0 997371305.0 135791686.0
99737130...

result:

wrong answer We have 1 point(s) in query 0