QOJ.ac

QOJ

IDProblemSubmitterResultTimeMemoryLanguageFile sizeSubmit timeJudge time
#704977#9524. 1D Galaxyntu_vjudge_1TL 0ms3620kbC++207.2kb2024-11-02 21:45:342024-11-02 21:45:35

Details

Tip: Click on the bar to expand more detailed information

Test #1:

score: 100
Accepted
time: 0ms
memory: 3616kb

input:

4 12
0 1
1 2
-1 3
2 2
0 1
0 2
0 3
0 4
1 1
1 2
1 3
1 4
2 1
2 2
2 3
2 4

output:

0
1
-1
2
1
0
0
1
0
1
1
0

result:

ok 12 lines

Test #2:

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

input:

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

output:

5
-1
1
4
2

result:

ok 5 lines

Test #3:

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

input:

5 5
3 2
1 3
0 3
1 5
0 5
7 1
1 4
1 5
8 5
10 3

output:

0
0
1
0
0

result:

ok 5 lines

Test #4:

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

input:

5 5
-3 2
-2 1
5 3
0 1
1 5
10 5
3 1
1 3
2 3
8 4

output:

1
0
4
3
0

result:

ok 5 lines

Test #5:

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

input:

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

output:

-2
-3
-2
-2
-2

result:

ok 5 lines

Test #6:

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

input:

5 5
-1 1
-8 4
0 2
4 3
5 1
1 3
10 5
4 4
4 1
9 4

output:

-1
-1
0
-1
-1

result:

ok 5 lines

Test #7:

score: -100
Time Limit Exceeded

input:

4 4
-5 4
1 0
2 3
-1 -2
1 1
1 3
0 1
9 2

output:


result: