QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#189696#6375. LaLa and Magic Circle (LaLa Version)ucup-team864WA 1ms5880kbC++231.7kb2023-09-27 19:44:492023-09-27 19:44:50

详细

Test #1:

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

input:

8
1 0
4 0
6 0
3 1
5 2
2 1
6 3
0 2

output:

6
0 2
1 0
6 0
12 3
9 4
3 3

result:

ok 13 numbers

Test #2:

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

input:

3
3 1
5 0
0 3

output:

3
0 3
3 1
5 0

result:

ok 7 numbers

Test #3:

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

input:

3
0 2
5 10
3 8

output:

3
0 2
5 10
3 8

result:

ok 7 numbers

Test #4:

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

input:

3
9 8
6 6
7 3

output:

3
6 6
7 3
9 8

result:

ok 7 numbers

Test #5:

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

input:

4
5 0
5 1
0 3
3 1

output:

4
0 3
3 1
5 0
5 1

result:

ok 9 numbers

Test #6:

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

input:

4
5 10
3 8
0 2
10 9

output:

4
0 2
10 9
5 10
3 8

result:

ok 9 numbers

Test #7:

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

input:

4
7 3
6 6
9 8
0 3

output:

4
0 3
7 3
10 5
9 8

result:

ok 9 numbers

Test #8:

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

input:

5
0 3
0 0
5 0
5 1
3 1

output:

5
0 0
5 0
5 1
2 3
0 3

result:

ok 11 numbers

Test #9:

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

input:

5
5 10
3 8
1 6
0 2
10 9

output:

4
0 2
10 9
5 10
1 6

result:

ok 9 numbers

Test #10:

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

input:

5
9 8
8 8
0 3
7 3
6 6

output:

5
0 3
7 3
10 5
9 8
8 8

result:

ok 11 numbers

Test #11:

score: -100
Wrong Answer
time: 1ms
memory: 5880kb

input:

6
5 0
9 1
0 3
0 0
3 1
5 1

output:

6
0 0
2 0
6 1
9 2
0 4
0 3

result:

wrong answer 1st numbers differ - expected: '5', found: '6'